diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-25 21:19:21 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-25 21:19:21 +0600 |
commit | ebbf078c7df575903ceb1be53e53533508c79dad (patch) | |
tree | 80e815865b5499c08607c48094c68587dbae529b /youtube_dl | |
parent | 95e431e9ec2477694d368a050222d6381a6f88ab (diff) |
[krasview] Skip download for test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/krasview.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/krasview.py b/youtube_dl/extractor/krasview.py index 96f95979a..0ae8ebd68 100644 --- 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): |