commit: 9a98a466b34206f61543b3efdbcba40d58e51052
parent f99e0f1ed62e6210a52f1a4bddb860a5b09623ee
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Wed, 20 Nov 2013 07:37:14 +0100
[toutv] really skip test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/toutv.py b/youtube_dl/extractor/toutv.py
@@ -28,7 +28,7 @@ class TouTvIE(InfoExtractor):
u'params': {
u'skip_download': True, # Requires rtmpdump
},
- u'xskip': 'Only available in Canada'
+ u'skip': 'Only available in Canada'
}
def _real_extract(self, url):