projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac1af9
)
[netzkino] Skip download in test case
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 19 Feb 2015 00:58:52 +0000
(
01:58
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 19 Feb 2015 00:58:54 +0000
(
01:58
+0100)
Works fine from Germany, but fails from everywhere else
youtube_dl/extractor/netzkino.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/netzkino.py
b/youtube_dl/extractor/netzkino.py
index 93567d1e38bc7da5ea2e621cf1f3adb848ef3461..bc17e20aa9d736eb9e4ba0a39929f20db47d8465 100644
(file)
--- 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):