mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 11:20:41 +00:00
[toutv] really skip test
This commit is contained in:
parent
f99e0f1ed6
commit
9a98a466b3
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user