[tagesschau] Look at the right place for download links

This commit is contained in:
Philipp Hagemeister 2014-12-06 13:59:10 +01:00
parent 47d7c64274
commit 6591fdf51f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class TagesschauIE(InfoExtractor):
webpage, 'download links')
links = re.finditer(
r'<div class="button" title="(?P<title>[^"]*)"><a href="(?P<url>[^"]+)">(?P<name>.+?)</a></div>',
webpage)
download_text)
formats = []
for l in links:
format_id = self._search_regex(