Explorar el Código

[iprima] Mark broken

Sergey M․ hace 9 años
padre
commit
be27283ef6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/iprima.py

+ 1 - 0
youtube_dl/extractor/iprima.py

@@ -14,6 +14,7 @@ from ..utils import (
 
 
 class IPrimaIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://play\.iprima\.cz/(?:[^/]+/)*(?P<id>[^?#]+)'
 
     _TESTS = [{