From 9a98a466b34206f61543b3efdbcba40d58e51052 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 20 Nov 2013 07:37:14 +0100 Subject: [toutv] really skip test --- youtube_dl/extractor/toutv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/toutv.py') diff --git a/youtube_dl/extractor/toutv.py b/youtube_dl/extractor/toutv.py index 73ea67d..7320836 100644 --- 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): -- cgit v1.1