1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

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

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