X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fchilloutzone.py;h=b7375811506ad7a4939c5b452938aefcafd8813b;hb=c6fdba23a684d4edbc265e04a188e8eb7da810a9;hp=e9903c6139c21d31f0fd011169702927c9693400;hpb=d914d9d1873b9d9e4d0b5cc20f3f26ef9c12783e;p=youtube-dl.git diff --git a/youtube_dl/extractor/chilloutzone.py b/youtube_dl/extractor/chilloutzone.py index e9903c613..b73758115 100644 --- a/youtube_dl/extractor/chilloutzone.py +++ b/youtube_dl/extractor/chilloutzone.py @@ -55,7 +55,7 @@ class ChilloutzoneIE(InfoExtractor): # the own CDN if source_priority == 'native': if native_platform == 'youtube': - return self.url_result(video_id, ie='Youtube') + return self.url_result(native_video_id, ie='Youtube') if native_platform == 'vimeo': return self.url_result( 'http://vimeo.com/' + native_video_id, ie='Vimeo')