[plays] PEP 8
This commit is contained in:
parent
6b3fbd3425
commit
28280e8ded
|
@ -26,7 +26,8 @@ class PlaysTVIE(InfoExtractor):
|
||||||
|
|
||||||
title = self._og_search_title(webpage)
|
title = self._og_search_title(webpage)
|
||||||
content = self._parse_json(
|
content = self._parse_json(
|
||||||
self._search_regex(r'R\.bindContent\(({.+?})\);', webpage,
|
self._search_regex(
|
||||||
|
r'R\.bindContent\(({.+?})\);', webpage,
|
||||||
'content'), video_id)['content']
|
'content'), video_id)['content']
|
||||||
mpd_url, sources = re.search(
|
mpd_url, sources = re.search(
|
||||||
r'(?s)<video[^>]+data-mpd="([^"]+)"[^>]*>(.+?)</video>',
|
r'(?s)<video[^>]+data-mpd="([^"]+)"[^>]*>(.+?)</video>',
|
||||||
|
|
Loading…
Reference in New Issue