Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan Touzé
30b7b074f0
Merge efb4d64d2c into e079ffbda6 2024-11-18 03:22:41 +05:30
Nathan Touzé
efb4d64d2c
removed trailing space 2023-08-22 16:07:02 +02:00
Nathan Touzé
db53c235f2
Applied issue #6744 on vimeo extractor 2023-08-22 14:17:47 +02:00

View File

@ -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)|/?)[?]).*?)?(?:[#].*)?$
'''