mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 04:33:07 +00:00
[vimeo] Add test for #8187
This commit is contained in:
parent
d5f071afb5
commit
16f1131a4d
@ -209,6 +209,11 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||||||
'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
|
'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# source file returns 403: Forbidden
|
||||||
|
'url': 'https://vimeo.com/7809605',
|
||||||
|
'only_matching': True,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user