mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
removed trailing space
This commit is contained in:
parent
db53c235f2
commit
efb4d64d2c
@ -322,7 +322,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||||||
(?(u)
|
(?(u)
|
||||||
/(?!videos|likes)[^/?#]+/?|
|
/(?!videos|likes)[^/?#]+/?|
|
||||||
(?(q)|/(?P<unlisted_hash>[\da-f]{10})?)?
|
(?(q)|/(?P<unlisted_hash>[\da-f]{10})?)?
|
||||||
(?(unlisted_hash)/?)
|
(?(unlisted_hash)/?)
|
||||||
)
|
)
|
||||||
(?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$
|
(?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user