Browse Source

[iprima] Mark broken

Sergey M․ 9 years ago
parent
commit
be27283ef6
1 changed files with 1 additions and 0 deletions
  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 = [{