diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-10-17 23:01:24 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-10-17 23:01:24 +0600 |
commit | 9eb31b265f65ec6b04a508702af1a6feddafb8fe (patch) | |
tree | 7fac5b7797b34a4a2a3f18bc346c04dea2d8d013 /youtube_dl | |
parent | ddeb1b3de288334f6d8052a759e602777cb15b00 (diff) |
[vidme] Add user-disabled test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vidme.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vidme.py b/youtube_dl/extractor/vidme.py index 81dcaa231..382517a4a 100644 --- a/youtube_dl/extractor/vidme.py +++ b/youtube_dl/extractor/vidme.py @@ -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): |