Sergey M․ 10 роки тому
батько
коміт
be27283ef6
1 змінених файлів з 1 додано та 0 видалено
  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):
 class IPrimaIE(InfoExtractor):
+    _WORKING = False
     _VALID_URL = r'https?://play\.iprima\.cz/(?:[^/]+/)*(?P<id>[^?#]+)'
     _VALID_URL = r'https?://play\.iprima\.cz/(?:[^/]+/)*(?P<id>[^?#]+)'
 
 
     _TESTS = [{
     _TESTS = [{