youtube-dl

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

commit 938384c587c33696bcdb9c28b982e2b744695b3d
parent e9d8e302aafdb6fcf72c44d582c1f6d4447cd5fc
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  3 Dec 2013 14:08:16 +0100

[redtube] Fix search for title

Diffstat:
Myoutube_dl/extractor/redtube.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/redtube.py b/youtube_dl/extractor/redtube.py @@ -30,7 +30,7 @@ class RedTubeIE(InfoExtractor): r'<source src="(.+?)" type="video/mp4">', webpage, u'video URL') video_title = self._html_search_regex( - r'<h1 class="videoTitle slidePanelMovable">(.+?)</h1>', + r'<h1 class="videoTitle[^"]*">(.+?)</h1>', webpage, u'title') # No self-labeling, but they describe themselves as