[IPrima] Remove test video_id
authorpulpe <Pulpan3@gmail.com>
Sat, 6 Feb 2016 20:42:24 +0000 (21:42 +0100)
committerpulpe <Pulpan3@gmail.com>
Sat, 6 Feb 2016 20:42:24 +0000 (21:42 +0100)
youtube_dl/extractor/iprima.py

index d922f905accb06339d3551155f574bf6743b418d..61a0de47283f426879d2fdad1c3620ac979ac0d0 100644 (file)
@@ -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')