1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 06:29:48 +08:00
This commit is contained in:
sgerwk
2020-03-22 18:46:20 +01:00
Unverified
parent a74eacc461
commit 8b1e2b62bc
+1 -2
View File
@@ -2,7 +2,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import int_or_none
class ParamountIE(InfoExtractor):
@@ -53,7 +52,7 @@ class ParamountIE(InfoExtractor):
epurl = '%s%s?%s&%s' % (server, prefix, argument1, argument2)
self.to_screen('epurl = %s' % (epurl))
eppage = self._download_webpage(epurl, 'episode url page',
headers = {'Referer': url})
headers={'Referer': url})
self.to_screen('format list page = %s' % (eppage))
uri = self._html_search_regex(