youtube-dl

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

commit 1414df5ce24af3b915db5d630969862847349f24
parent e80f40e5ca32f2396a034965af86a9b507fad411
Author: Naglis Jonaitis <njonaitis@gmail.com>
Date:   Wed,  1 Oct 2014 21:11:38 +0300

[izlesene] Prepend scheme to thumbnails

Diffstat:
Myoutube_dl/extractor/izlesene.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/izlesene.py b/youtube_dl/extractor/izlesene.py @@ -63,7 +63,8 @@ class IzleseneIE(InfoExtractor): title = self._og_search_title(webpage) description = self._og_search_description(webpage) - thumbnail = self._og_search_thumbnail(webpage) + thumbnail = self._proto_relative_url( + self._og_search_thumbnail(webpage), scheme='http:') uploader = self._html_search_regex( r"adduserUsername\s*=\s*'([^']+)';",