summary refs log tree commit diff
diff options
context:
space:
mode:
authorpulpe <Pulpan3@gmail.com>2016-02-06 21:42:24 +0100
committerpulpe <Pulpan3@gmail.com>2016-02-06 21:42:24 +0100
commit59b35c674597b913454b3efc82d60f903fb83fcb (patch)
treeff0e3ab12cfb8253c40e34663c1845f539b659d3
parent70328330117e3c4c0e413b8c41bfd9e8e55fc62a (diff)
downloadyoutube-dl-59b35c674597b913454b3efc82d60f903fb83fcb.tar.gz
youtube-dl-59b35c674597b913454b3efc82d60f903fb83fcb.tar.xz
youtube-dl-59b35c674597b913454b3efc82d60f903fb83fcb.zip
[IPrima] Remove test video_id
-rw-r--r--youtube_dl/extractor/iprima.py2
1 files changed, 1 insertions, 1 deletions
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')