youtube-dl

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

commit ebbf078c7df575903ceb1be53e53533508c79dad
parent 95e431e9ec2477694d368a050222d6381a6f88ab
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 25 Aug 2015 21:19:21 +0600

[krasview] Skip download for test

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

diff --git a/youtube_dl/extractor/krasview.py b/youtube_dl/extractor/krasview.py @@ -25,6 +25,9 @@ class KrasViewIE(InfoExtractor): 'duration': 27, 'thumbnail': 're:^https?://.*\.jpg', }, + 'params': { + 'skip_download': 'Not accessible from Travis CI server', + }, } def _real_extract(self, url):