From: Philipp Hagemeister Date: Thu, 19 Feb 2015 00:58:52 +0000 (+0100) Subject: [netzkino] Skip download in test case X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=bd03ffc16e0e09c1ec6fb5c3f2c3083238af5349;p=youtube-dl [netzkino] Skip download in test case Works fine from Germany, but fails from everywhere else --- diff --git a/youtube_dl/extractor/netzkino.py b/youtube_dl/extractor/netzkino.py index 93567d1e3..bc17e20aa 100644 --- a/youtube_dl/extractor/netzkino.py +++ b/youtube_dl/extractor/netzkino.py @@ -29,6 +29,9 @@ class NetzkinoIE(InfoExtractor): 'timestamp': 1344858571, 'age_limit': 12, }, + 'params': { + 'skip_download': 'Download only works from Germany', + } } def _real_extract(self, url):