Browse Source

[vidme] Add user-disabled test

master
Sergey M․ 9 years ago
parent
commit
9eb31b265f
1 changed files with 4 additions and 0 deletions
  1. 4
      youtube_dl/extractor/vidme.py

4
youtube_dl/extractor/vidme.py

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

Loading…
Cancel
Save