about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-20 07:37:14 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-20 07:37:22 +0100
commit9a98a466b34206f61543b3efdbcba40d58e51052 (patch)
treed24351aeebc18ab1d91a536d0a7bc0226c2e6a3c
parentf99e0f1ed62e6210a52f1a4bddb860a5b09623ee (diff)
downloadyoutube-dl-9a98a466b34206f61543b3efdbcba40d58e51052.tar.gz
youtube-dl-9a98a466b34206f61543b3efdbcba40d58e51052.tar.xz
youtube-dl-9a98a466b34206f61543b3efdbcba40d58e51052.zip
[toutv] really skip test
-rw-r--r--youtube_dl/extractor/toutv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/toutv.py b/youtube_dl/extractor/toutv.py
index 73ea67da9..732083617 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):