X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmitele.py;h=6691521e58435682a74af87559ce1d1fd9046fbf;hb=f3a34072266c0a7595f73fa032685cf8a50d2ab4;hp=df7fde87c88dcee538309e0468ff34d2c9a3996c;hpb=ad5f53ac72d32803819d221b3e9a68331c3002a1;p=youtube-dl diff --git a/youtube_dl/extractor/mitele.py b/youtube_dl/extractor/mitele.py index df7fde87c..6691521e5 100644 --- a/youtube_dl/extractor/mitele.py +++ b/youtube_dl/extractor/mitele.py @@ -6,6 +6,7 @@ import json from .common import InfoExtractor from ..utils import ( compat_urllib_parse, + compat_urlparse, get_element_by_attribute, parse_duration, strip_jsonp, @@ -43,7 +44,7 @@ class MiTeleIE(InfoExtractor): if not domain.startswith('http'): # only happens in telecinco.es videos domain = 'http://' + domain - info_url = compat_urllib_parse.urljoin( + info_url = compat_urlparse.urljoin( domain, compat_urllib_parse.unquote(embed_data['flashvars']['host']) )