about summary refs log tree commit diff
path: root/youtube_dl/extractor/heise.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-09-23 07:26:40 +0700
committerSergey M․ <dstftw@gmail.com>2017-09-23 07:28:29 +0700
commit7f4921b38d10c17fe354bab20b741b362c5ae0aa (patch)
tree61fcd3a2a3f8ad3a3f6853af6eb1af89c021a2e5 /youtube_dl/extractor/heise.py
parentf70ddd4aebbfb0bdf2f63c1eba5b5614d2cfb70f (diff)
downloadyoutube-dl-7f4921b38d10c17fe354bab20b741b362c5ae0aa.tar.gz
youtube-dl-7f4921b38d10c17fe354bab20b741b362c5ae0aa.tar.xz
youtube-dl-7f4921b38d10c17fe354bab20b741b362c5ae0aa.zip
[heise] PEP 8
Diffstat (limited to 'youtube_dl/extractor/heise.py')
-rw-r--r--youtube_dl/extractor/heise.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/heise.py b/youtube_dl/extractor/heise.py
index 495ffb7dc..82e11a7d8 100644
--- a/youtube_dl/extractor/heise.py
+++ b/youtube_dl/extractor/heise.py
@@ -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: