1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[byutv] add support for geo restricted videos

This commit is contained in:
Remita Amine 2017-12-13 17:51:24 +01:00
parent bec49996c6
commit 6bf9c28b0a

View File

@ -39,10 +39,10 @@ def _real_extract(self, url):
'https://api.byutv.org/api3/catalog/getvideosforcontent', video_id,
query={
'contentid': video_id,
'channel': 'byutv_global',
'x-byutv-context': 'web$Global',
'channel': 'byutv',
'x-byutv-context': 'web$US',
}, headers={
'x-byutv-context': 'web$Global',
'x-byutv-context': 'web$US',
'x-byutv-platformkey': 'xsaaw9c7y5',
})['ooyalaVOD']