[vidme] Add user-disabled test
authorSergey M․ <dstftw@gmail.com>
Sat, 17 Oct 2015 17:01:24 +0000 (23:01 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 17 Oct 2015 17:01:24 +0000 (23:01 +0600)
youtube_dl/extractor/vidme.py

index 81dcaa231f911be1849fb07c5a13bf98f37c75d4..382517a4a52487422cf9ff9d045fd73134507972 100644 (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):