mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-11 03:58:58 +00:00
flake8
This commit is contained in:
parent
a74eacc461
commit
8b1e2b62bc
@ -2,7 +2,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import int_or_none
|
|
||||||
|
|
||||||
|
|
||||||
class ParamountIE(InfoExtractor):
|
class ParamountIE(InfoExtractor):
|
||||||
@ -53,7 +52,7 @@ class ParamountIE(InfoExtractor):
|
|||||||
epurl = '%s%s?%s&%s' % (server, prefix, argument1, argument2)
|
epurl = '%s%s?%s&%s' % (server, prefix, argument1, argument2)
|
||||||
self.to_screen('epurl = %s' % (epurl))
|
self.to_screen('epurl = %s' % (epurl))
|
||||||
eppage = self._download_webpage(epurl, 'episode url page',
|
eppage = self._download_webpage(epurl, 'episode url page',
|
||||||
headers = {'Referer': url})
|
headers={'Referer': url})
|
||||||
self.to_screen('format list page = %s' % (eppage))
|
self.to_screen('format list page = %s' % (eppage))
|
||||||
|
|
||||||
uri = self._html_search_regex(
|
uri = self._html_search_regex(
|
||||||
|
Loading…
Reference in New Issue
Block a user