projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7032833
)
[IPrima] Remove test video_id
author
pulpe
<Pulpan3@gmail.com>
Sat, 6 Feb 2016 20:42:24 +0000
(21:42 +0100)
committer
pulpe
<Pulpan3@gmail.com>
Sat, 6 Feb 2016 20:42:24 +0000
(21:42 +0100)
youtube_dl/extractor/iprima.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iprima.py
b/youtube_dl/extractor/iprima.py
index d922f905accb06339d3551155f574bf6743b418d..61a0de47283f426879d2fdad1c3620ac979ac0d0 100644
(file)
--- 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')