mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[generic] Add support for multiple vimeo embeds (Closes #10862)
This commit is contained in:
@ -341,7 +341,7 @@ class VKIE(VKBaseIE):
|
||||
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