youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 59b35c674597b913454b3efc82d60f903fb83fcb
parent 70328330117e3c4c0e413b8c41bfd9e8e55fc62a
Author: pulpe <Pulpan3@gmail.com>
Date:   Sat,  6 Feb 2016 21:42:24 +0100

[IPrima] Remove test video_id

Diffstat:
Myoutube_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 @@ -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')