mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 15:51:24 +01:00
Compare commits
3 Commits
5b868d1c14
...
30b7b074f0
Author | SHA1 | Date | |
---|---|---|---|
|
30b7b074f0 | ||
|
efb4d64d2c | ||
|
db53c235f2 |
|
@ -336,12 +336,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 New Issue
Block a user