Browse Source

[chaturbate] Skip the invalid test

Yen Chi Hsuan 9 years ago
parent
commit
a41a6c5094
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/chaturbate.py

+ 2 - 1
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,