projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f70ddd4
)
[heise] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sat, 23 Sep 2017 00:26:40 +0000
(07:26 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 23 Sep 2017 00:28:29 +0000
(07:28 +0700)
youtube_dl/extractor/heise.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/heise.py
b/youtube_dl/extractor/heise.py
index 495ffb7dcfa19fea73c6f213d5aa8f54969cc683..82e11a7d88735f2105d0dff70c4304ecbf274ff0 100644
(file)
--- 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: