1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-14 00:59:31 +00:00

[toutv] really skip test

This commit is contained in:
Philipp Hagemeister 2013-11-20 07:37:14 +01:00
parent f99e0f1ed6
commit 9a98a466b3

View file

@ -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):