youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6591fdf51f194d4d140fb3da582361766a8ec01c
parent 47d7c64274f9cde33daab5f54b3707ffb19d2f20
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat,  6 Dec 2014 13:59:10 +0100

[tagesschau] Look at the right place for download links

Diffstat:
Myoutube_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 @@ -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(