From 59b35c674597b913454b3efc82d60f903fb83fcb Mon Sep 17 00:00:00 2001 From: pulpe Date: Sat, 6 Feb 2016 21:42:24 +0100 Subject: [PATCH] [IPrima] Remove test video_id --- youtube_dl/extractor/iprima.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/iprima.py b/youtube_dl/extractor/iprima.py index d922f905a..61a0de472 100644 --- a/youtube_dl/extractor/iprima.py +++ b/youtube_dl/extractor/iprima.py @@ -39,7 +39,7 @@ class IPrimaIE(InfoExtractor): req = sanitized_Request( 'http://play.iprima.cz/prehravac/init?_infuse=1' - '&_ts=%s&productId=%s' % (round(time.time()), 'p22201')) + '&_ts=%s&productId=%s' % (round(time.time()), video_id)) req.add_header('Referer', url) playerpage = self._download_webpage(req, video_id, note='Downloading player') -- 2.30.2