Explorar el Código

[chaturbate] Skip the invalid test

Yen Chi Hsuan hace 9 años
padre
commit
a41a6c5094
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,