youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9eb31b265f65ec6b04a508702af1a6feddafb8fe
parent ddeb1b3de288334f6d8052a759e602777cb15b00
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 17 Oct 2015 23:01:24 +0600

[vidme] Add user-disabled test

Diffstat:
Myoutube_dl/extractor/vidme.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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):