mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-08 23:03:51 -05:00
[chaturbate] Skip the invalid test
This commit is contained in:
@ -17,7 +17,8 @@ class ChaturbateIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
}
|
},
|
||||||
|
'skip': 'Room is offline',
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://en.chaturbate.com/siswet19/',
|
'url': 'https://en.chaturbate.com/siswet19/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Reference in New Issue
Block a user