projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddeb1b3
)
[vidme] Add user-disabled test
author
Sergey M․
<dstftw@gmail.com>
Sat, 17 Oct 2015 17:01:24 +0000
(23:01 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 17 Oct 2015 17:01:24 +0000
(23:01 +0600)
youtube_dl/extractor/vidme.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vidme.py
b/youtube_dl/extractor/vidme.py
index 81dcaa231f911be1849fb07c5a13bf98f37c75d4..382517a4a52487422cf9ff9d045fd73134507972 100644
(file)
--- 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):