X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fkrasview.py;h=cf8876fa1f2321e7b020e2e773452f82df1bd2f1;hb=4119a96ce57b11437efd329a8c2602ee7fa7ea2c;hp=96f95979a22429d2a19af3575ad1ca25c463b13e;hpb=2c2c06e359dc3843a86585a9a4b6419f03af510e;p=youtube-dl diff --git a/youtube_dl/extractor/krasview.py b/youtube_dl/extractor/krasview.py index 96f95979a..cf8876fa1 100644 --- a/youtube_dl/extractor/krasview.py +++ b/youtube_dl/extractor/krasview.py @@ -1,4 +1,4 @@ -# encoding: utf-8 +# coding: utf-8 from __future__ import unicode_literals import json @@ -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):