youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit be27283ef68e96d2461875a2bfb8c9ce962cfe61
parent b924bfad684ac7e9209e7165df3e13af6545596d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 11 Jan 2016 22:00:17 +0600

[iprima] Mark broken

Diffstat:
Myoutube_dl/extractor/iprima.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/iprima.py b/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 = [{