[vidme] Add user-disabled test

This commit is contained in:
Sergey M․ 2015-10-17 23:01:24 +06:00
parent ddeb1b3de2
commit 9eb31b265f
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ class VidmeIE(InfoExtractor):
'params': {
'skip_download': True,
},
}, {
# nsfw, user-disabled
'url': 'https://vid.me/dzGJ',
'only_matching': True,
}]
def _real_extract(self, url):