youtube-dl

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

commit 72961c2a8aebc84284bde7768defc2517ead1429
parent 4c1ce987b03dc9cde1b9f06db117f4f12c1dd6a4
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 13 Oct 2014 10:09:57 +0200

Merge remote-tracking branch 'Dineshs91/KontrTube-fix'

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

diff --git a/youtube_dl/extractor/kontrtube.py b/youtube_dl/extractor/kontrtube.py @@ -34,7 +34,7 @@ class KontrTubeIE(InfoExtractor): video_url = self._html_search_regex(r"video_url: '(.+?)/?',", webpage, 'video URL') thumbnail = self._html_search_regex(r"preview_url: '(.+?)/?',", webpage, 'video thumbnail', fatal=False) title = self._html_search_regex( - r'<title>(.+?) - Труба зовёт - Интересный видеохостинг</title>', webpage, 'video title') + r'<title>(.+?)</title>', webpage, 'video title') description = self._html_search_meta('description', webpage, 'video description') mobj = re.search(