1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-18 10:28:29 +00:00
This commit is contained in:
Nathan Touzé 2025-08-11 14:48:46 -04:00 committed by GitHub
commit 7c50436d1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,12 +526,12 @@ class VimeoIE(VimeoBaseInfoExtractor):
play_redirect_hls| play_redirect_hls|
moogaloop\.swf)\?clip_id= moogaloop\.swf)\?clip_id=
)? )?
(?:videos?/)? (?(q)|videos?/)?)
)
(?P<id>[0-9]+) (?P<id>[0-9]+)
(?(u) (?(u)
/(?!videos|likes)[^/?#]+/?| /(?!videos|likes)[^/?#]+/?|
(?(q)|/(?P<unlisted_hash>[\da-f]{10}))? (?(q)|/(?P<unlisted_hash>[\da-f]{10})?)?
(?(unlisted_hash)/?)
) )
(?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$ (?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$
''' '''