diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 07:37:14 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 07:37:22 +0100 |
commit | 9a98a466b34206f61543b3efdbcba40d58e51052 (patch) | |
tree | d24351aeebc18ab1d91a536d0a7bc0226c2e6a3c | |
parent | f99e0f1ed62e6210a52f1a4bddb860a5b09623ee (diff) |
[toutv] really skip test
-rw-r--r-- | youtube_dl/extractor/toutv.py | 2 |
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): |