[generic] Add support for multiple vimeo embeds (Closes #10862)

This commit is contained in:
Sergey M․ 2016-10-06 23:22:52 +07:00
parent 33898fb19c
commit 09b9c45e24
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 24 additions and 20 deletions

View file

@ -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)