Browse Source

[chaturbate] Skip the invalid test

master
Yen Chi Hsuan 8 years ago
parent
commit
a41a6c5094
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/chaturbate.py

3
youtube_dl/extractor/chaturbate.py

@ -17,7 +17,8 @@ class ChaturbateIE(InfoExtractor):
},
'params': {
'skip_download': True,
}
},
'skip': 'Room is offline',
}, {
'url': 'https://en.chaturbate.com/siswet19/',
'only_matching': True,

Loading…
Cancel
Save