about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-07 12:46:56 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-07 12:46:56 +0100
commitb19fe521a99e084446dc4274b168c9c2102b073d (patch)
treee57b83ddbef6740ecef2d5392183f0ac77c537a1
parentd914d9d1873b9d9e4d0b5cc20f3f26ef9c12783e (diff)
parentc1e672d1217fdb8cb6b38c4de9165921c95e2986 (diff)
downloadyoutube-dl-b19fe521a99e084446dc4274b168c9c2102b073d.tar.gz
youtube-dl-b19fe521a99e084446dc4274b168c9c2102b073d.tar.xz
youtube-dl-b19fe521a99e084446dc4274b168c9c2102b073d.zip
Merge pull request #2340 from Fnordlab/master
[chilloutzone] Fixes refactoring bug
-rw-r--r--youtube_dl/extractor/chilloutzone.py2
1 files changed, 1 insertions, 1 deletions
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')