mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[generic] Add support for multiple vimeo embeds (Closes #10862)
This commit is contained in:
@@ -341,7 +341,7 @@ def _real_extract(self, url):
|
||||
if youtube_url:
|
||||
return self.url_result(youtube_url, 'Youtube')
|
||||
|
||||
vimeo_url = VimeoIE._extract_vimeo_url(url, info_page)
|
||||
vimeo_url = VimeoIE._extract_url(url, info_page)
|
||||
if vimeo_url is not None:
|
||||
return self.url_result(vimeo_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user