projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ffad0a
)
[TagesschauIE] Add note to 2nd _download_webpage
author
pulpe
<Pulpan3@gmail.com>
Thu, 5 Jun 2014 17:34:30 +0000
(19:34 +0200)
committer
pulpe
<Pulpan3@gmail.com>
Thu, 5 Jun 2014 17:34:30 +0000
(19:34 +0200)
youtube_dl/extractor/tagesschau.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tagesschau.py
b/youtube_dl/extractor/tagesschau.py
index bd935063f3b6e327e6fe3e47b5a119af01cd07da..fec1ff67e061577a063543605d7b971953e44e8a 100644
(file)
--- a/
youtube_dl/extractor/tagesschau.py
+++ b/
youtube_dl/extractor/tagesschau.py
@@
-43,7
+43,7
@@
class TagesschauIE(InfoExtractor):
webpage = self._download_webpage(url, display_id)
playerpage = self._download_webpage(
- 'http://www.tagesschau.de/multimedia/video/video%s~player_autoplay-true.html' % video_id, display_id)
+ 'http://www.tagesschau.de/multimedia/video/video%s~player_autoplay-true.html' % video_id, display_id
, 'Downloading player page'
)
medias = re.findall(r'"(http://media.+?)", type:"video/(.+?)", quality:"(.+?)"', playerpage)