mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 09:10:09 +01:00
[miomio] PEP 8
This commit is contained in:
parent
ae4ddf9efa
commit
472404953a
@ -52,7 +52,7 @@ def _real_extract(self, url):
|
|||||||
mioplayer_path = self._search_regex(
|
mioplayer_path = self._search_regex(
|
||||||
r'src="(/mioplayer/[^"]+)"', webpage, 'ref_path')
|
r'src="(/mioplayer/[^"]+)"', webpage, 'ref_path')
|
||||||
|
|
||||||
http_headers = {'Referer': 'http://www.miomio.tv%s' % mioplayer_path,}
|
http_headers = {'Referer': 'http://www.miomio.tv%s' % mioplayer_path}
|
||||||
|
|
||||||
xml_config = self._search_regex(
|
xml_config = self._search_regex(
|
||||||
r'flashvars="type=(?:sina|video)&(.+?)&',
|
r'flashvars="type=(?:sina|video)&(.+?)&',
|
||||||
|
Loading…
Reference in New Issue
Block a user