youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit bd03ffc16e0e09c1ec6fb5c3f2c3083238af5349
parent 1ac1af9b4702fa0b921ceb45f6e7b13b35e0a2de
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 19 Feb 2015 01:58:52 +0100

[netzkino] Skip download in test case

Works fine from Germany, but fails from everywhere else

Diffstat:
Myoutube_dl/extractor/netzkino.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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):