mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[vimeo] Fix extractors
Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
This commit is contained in:
parent
d6bf1161db
commit
aedaa455d9
3 changed files with 21 additions and 15 deletions
|
@ -2954,7 +2954,7 @@ class GenericIE(InfoExtractor):
|
|||
if vimeo_urls:
|
||||
return self.playlist_from_matches(vimeo_urls, video_id, video_title, ie=VimeoIE.ie_key())
|
||||
|
||||
vhx_url = VHXEmbedIE._extract_url(webpage)
|
||||
vhx_url = VHXEmbedIE._extract_url(url, webpage)
|
||||
if vhx_url:
|
||||
return self.url_result(vhx_url, VHXEmbedIE.ie_key())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue