mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[IPrima] Remove test video_id
This commit is contained in:
parent
7032833011
commit
59b35c6745
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user