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