mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
removed trailing space
This commit is contained in:
parent
db53c235f2
commit
efb4d64d2c
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||
(?(u)
|
||||
/(?!videos|likes)[^/?#]+/?|
|
||||
(?(q)|/(?P<unlisted_hash>[\da-f]{10})?)?
|
||||
(?(unlisted_hash)/?)
|
||||
(?(unlisted_hash)/?)
|
||||
)
|
||||
(?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue