[heise] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sat, 23 Sep 2017 00:26:40 +0000 (07:26 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 23 Sep 2017 00:28:29 +0000 (07:28 +0700)
youtube_dl/extractor/heise.py

index 495ffb7dcfa19fea73c6f213d5aa8f54969cc683..82e11a7d88735f2105d0dff70c4304ecbf274ff0 100644 (file)
@@ -60,8 +60,8 @@ class HeiseIE(InfoExtractor):
         title = self._html_search_meta('fulltitle', webpage, default=None)
         if not title or title == "c't":
             title = self._search_regex(
-                    r'<div[^>]+class="videoplayerjw"[^>]+data-title="([^"]+)"',
-                    webpage, 'title')
+                r'<div[^>]+class="videoplayerjw"[^>]+data-title="([^"]+)"',
+                webpage, 'title')
 
         yt_urls = YoutubeIE._extract_urls(webpage)
         if yt_urls: