This commit is contained in:
Nathan Touzé 2024-05-06 11:33:12 +02:00 committed by GitHub
commit f6adc2660d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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