This commit is contained in:
Václav Navrátil 2020-09-30 02:56:41 +02:00 committed by GitHub
commit 5815f6d1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -91,11 +91,12 @@ class IPrimaIE(InfoExtractor):
webpage, 'real id')
playerpage = self._download_webpage(
'http://play.iprima.cz/prehravac/init',
'https://api.play-backend.iprima.cz/prehravac/init-embed',
video_id, note='Downloading player', query={
'_infuse': 1,
'_ts': round(time.time()),
'productId': video_id,
'embed': True,
}, headers={'Referer': url})
formats = []