removed trailing space

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

View File

@ -322,7 +322,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
(?(u)
/(?!videos|likes)[^/?#]+/?|
(?(q)|/(?P<unlisted_hash>[\da-f]{10})?)?
(?(unlisted_hash)/?)
(?(unlisted_hash)/?)
)
(?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$
'''