[TagesschauIE] Add note to 2nd _download_webpage
This commit is contained in:
parent
7ffad0af5a
commit
6a15923b77
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue