mirror of https://github.com/yt-dlp/yt-dlp.git
Applied issue #6744 on vimeo extractor
This commit is contained in:
parent
7cccab79e7
commit
db53c235f2
|
@ -317,12 +317,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