mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-18 02:18:29 +00:00
Merge efb4d64d2c
into b7de89c910
This commit is contained in:
commit
7c50436d1b
@ -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)|/?)[?]).*?)?(?:[#].*)?$
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user