From: Sergey M․ Date: Sat, 25 Nov 2017 16:08:46 +0000 (+0700) Subject: [tnaflix] Don't modify download URLs (closes #14811) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=dbb25af657166108e7afcd4e1ff197e2a5644724;hp=fe4bfe36e148c0e1d3180a2992503536b4b4f84b;p=youtube-dl [tnaflix] Don't modify download URLs (closes #14811) --- diff --git a/youtube_dl/extractor/tnaflix.py b/youtube_dl/extractor/tnaflix.py index 7e6ec3430..9f47ce2aa 100644 --- a/youtube_dl/extractor/tnaflix.py +++ b/youtube_dl/extractor/tnaflix.py @@ -91,7 +91,8 @@ class TNAFlixNetworkBaseIE(InfoExtractor): formats = [] def extract_video_url(vl): - return re.sub(r'speed=\d+', 'speed=', unescapeHTML(vl.text)) + # Any URL modification now results in HTTP Error 403: Forbidden + return unescapeHTML(vl.text) video_link = cfg_xml.find('./videoLink') if video_link is not None: