From 6591fdf51f194d4d140fb3da582361766a8ec01c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 6 Dec 2014 13:59:10 +0100 Subject: [PATCH] [tagesschau] Look at the right place for download links --- youtube_dl/extractor/tagesschau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/tagesschau.py b/youtube_dl/extractor/tagesschau.py index aed670941..bfe07b024 100644 --- a/youtube_dl/extractor/tagesschau.py +++ b/youtube_dl/extractor/tagesschau.py @@ -70,7 +70,7 @@ class TagesschauIE(InfoExtractor): webpage, 'download links') links = re.finditer( r'
(?P.+?)
', - webpage) + download_text) formats = [] for l in links: format_id = self._search_regex(