1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
Nathan Touzé 2025-03-09 23:17:41 +05:30 committed by GitHub
commit bc1f377fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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