1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 19:19:32 +00:00

[viu] Pass Referer and Origin headers (closes #16992)

This commit is contained in:
Sergey M․ 2018-07-20 00:01:43 +07:00
parent 6fc09f0155
commit c258570edd
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -214,6 +214,9 @@ class ViuOTTIE(InfoExtractor):
'https://d1k2us671qcoau.cloudfront.net/distribute_web_%s.php' % country_code,
video_id, 'Downloading stream info', query={
'ccs_product_id': video_data['ccs_product_id'],
}, headers={
'Referer': url,
'Origin': re.search(r'https?://[^/]+', url).group(0),
})['data']['stream']
stream_sizes = stream_data.get('size', {})