diff options
author | pulpe <Pulpan3@gmail.com> | 2016-02-06 21:42:24 +0100 |
---|---|---|
committer | pulpe <Pulpan3@gmail.com> | 2016-02-06 21:42:24 +0100 |
commit | 59b35c674597b913454b3efc82d60f903fb83fcb (patch) | |
tree | ff0e3ab12cfb8253c40e34663c1845f539b659d3 /youtube_dl/extractor/iprima.py | |
parent | 70328330117e3c4c0e413b8c41bfd9e8e55fc62a (diff) |
[IPrima] Remove test video_id
Diffstat (limited to 'youtube_dl/extractor/iprima.py')
-rw-r--r-- | youtube_dl/extractor/iprima.py | 2 |
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') |