[viu] Pass Referer and Origin headers (closes #16992)
parent
6fc09f0155
commit
c258570edd
|
@ -214,6 +214,9 @@ class ViuOTTIE(InfoExtractor):
|
||||||
'https://d1k2us671qcoau.cloudfront.net/distribute_web_%s.php' % country_code,
|
'https://d1k2us671qcoau.cloudfront.net/distribute_web_%s.php' % country_code,
|
||||||
video_id, 'Downloading stream info', query={
|
video_id, 'Downloading stream info', query={
|
||||||
'ccs_product_id': video_data['ccs_product_id'],
|
'ccs_product_id': video_data['ccs_product_id'],
|
||||||
|
}, headers={
|
||||||
|
'Referer': url,
|
||||||
|
'Origin': re.search(r'https?://[^/]+', url).group(0),
|
||||||
})['data']['stream']
|
})['data']['stream']
|
||||||
|
|
||||||
stream_sizes = stream_data.get('size', {})
|
stream_sizes = stream_data.get('size', {})
|
||||||
|
|
Loading…
Reference in New Issue