mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05:00
[toutv] really skip test
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user