mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Merge efb4d64d2c
into 05c8023a27
This commit is contained in:
commit
bc1f377fae
1 changed files with 3 additions and 3 deletions
|
@ -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)|/?)[?]).*?)?(?:[#].*)?$
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue