Applied issue #6744 on vimeo extractor

This commit is contained in:
Nathan Touzé 2023-08-22 14:17:47 +02:00 committed by GitHub
parent 7cccab79e7
commit db53c235f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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