X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/540fd68c40df72763aee5d75598675c45cfa9aba..3477c644417600d9ec8f8d2a44f82da0a4b15eb5:/youtube_dl/extractor/krasview.py diff --git a/youtube_dl/extractor/krasview.py b/youtube_dl/extractor/krasview.py index 96f9597..0ae8ebd 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):