[vimeo] Add test for #8187

This commit is contained in:
Sergey M․ 2016-01-09 03:07:29 +06:00
parent d5f071afb5
commit 16f1131a4d
1 changed files with 5 additions and 0 deletions

View File

@ -209,6 +209,11 @@ class VimeoIE(VimeoBaseInfoExtractor):
'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
'only_matching': True,
},
{
# source file returns 403: Forbidden
'url': 'https://vimeo.com/7809605',
'only_matching': True,
},
]
@staticmethod