Browse Source

[toutv] really skip test

Philipp Hagemeister 11 years ago
parent
commit
9a98a466b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/toutv.py

+ 1 - 1
youtube_dl/extractor/toutv.py

@@ -28,7 +28,7 @@ class TouTvIE(InfoExtractor):
         u'params': {
         u'params': {
             u'skip_download': True,  # Requires rtmpdump
             u'skip_download': True,  # Requires rtmpdump
         },
         },
-        u'xskip': 'Only available in Canada'
+        u'skip': 'Only available in Canada'
     }
     }
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):