Browse Source

[tagesschau] Look at the right place for download links

Philipp Hagemeister 10 years ago
parent
commit
6591fdf51f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/tagesschau.py

+ 1 - 1
youtube_dl/extractor/tagesschau.py

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