Explorar o código

[plays] PEP 8

Sergey M․ %!s(int64=10) %!d(string=hai) anos
pai
achega
28280e8ded
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      youtube_dl/extractor/plays.py

+ 3 - 2
youtube_dl/extractor/plays.py

@@ -26,8 +26,9 @@ 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,
-            'content'), video_id)['content']
+            self._search_regex(
+                r'R\.bindContent\(({.+?})\);', webpage,
+                '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>',
             content).groups()
             content).groups()