This commit is contained in:
Nathan Touzé 2024-11-18 15:33:38 +05:30 committed by GitHub
commit 5b868d1c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,12 +336,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)|/?)[?]).*?)?(?:[#].*)?$
''' '''