فهرست منبع

[toutv] really skip test

Philipp Hagemeister 12 سال پیش
والد
کامیت
9a98a466b3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'skip_download': True,  # Requires rtmpdump
         },
-        u'xskip': 'Only available in Canada'
+        u'skip': 'Only available in Canada'
     }
 
     def _real_extract(self, url):