mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
Merge pull request #2340 from Fnordlab/master
[chilloutzone] Fixes refactoring bug
This commit is contained in:
commit
b19fe521a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def _real_extract(self, url):
|
|||
# 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')
|
||||
|
|
Loading…
Reference in a new issue