[TagesschauIE] Add note to 2nd _download_webpage

This commit is contained in:
pulpe 2014-06-05 19:34:30 +02:00
parent 7ffad0af5a
commit 6a15923b77
1 changed files with 1 additions and 1 deletions

View File

@ -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)