소스 검색

[chaturbate] Skip the invalid test

Yen Chi Hsuan 9 년 전
부모
커밋
a41a6c5094
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      youtube_dl/extractor/chaturbate.py

+ 2 - 1
youtube_dl/extractor/chaturbate.py

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