Browse Source

[chaturbate] Skip the invalid test

totalwebcasting
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. +2
    -1
      youtube_dl/extractor/chaturbate.py

+ 2
- 1
youtube_dl/extractor/chaturbate.py View File

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