mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[viu] pass geo verification headers to auth request
This commit is contained in:
parent
9c5b5f2115
commit
f120646f04
@ -25,7 +25,7 @@ def _real_initialize(self):
|
|||||||
'userid': 'guest',
|
'userid': 'guest',
|
||||||
'useridtype': 'guest',
|
'useridtype': 'guest',
|
||||||
'ver': '1.0'
|
'ver': '1.0'
|
||||||
})
|
}, headers=self.geo_verification_headers())
|
||||||
self._auth_token = viu_auth_res.info()['X-VIU-AUTH']
|
self._auth_token = viu_auth_res.info()['X-VIU-AUTH']
|
||||||
|
|
||||||
def _call_api(self, path, *args, **kwargs):
|
def _call_api(self, path, *args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user