about summary refs log tree commit diff
path: root/youtube_dl/extractor/netzkino.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-19 01:58:52 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-19 01:58:54 +0100
commitbd03ffc16e0e09c1ec6fb5c3f2c3083238af5349 (patch)
treec805f7eb3f830f34be049a4276c2143b13f2e054 /youtube_dl/extractor/netzkino.py
parent1ac1af9b4702fa0b921ceb45f6e7b13b35e0a2de (diff)
downloadyoutube-dl-bd03ffc16e0e09c1ec6fb5c3f2c3083238af5349.tar.gz
youtube-dl-bd03ffc16e0e09c1ec6fb5c3f2c3083238af5349.tar.xz
youtube-dl-bd03ffc16e0e09c1ec6fb5c3f2c3083238af5349.zip
[netzkino] Skip download in test case
Works fine from Germany, but fails from everywhere else
Diffstat (limited to 'youtube_dl/extractor/netzkino.py')
-rw-r--r--youtube_dl/extractor/netzkino.py3
1 files changed, 3 insertions, 0 deletions
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):