[viu] pass geo verification headers to auth request

master
Remita Amine 7 years ago
parent 9c5b5f2115
commit f120646f04

@ -25,7 +25,7 @@ class ViuBaseIE(InfoExtractor):
'userid': 'guest',
'useridtype': 'guest',
'ver': '1.0'
})
}, headers=self.geo_verification_headers())
self._auth_token = viu_auth_res.info()['X-VIU-AUTH']
def _call_api(self, path, *args, **kwargs):

Loading…
Cancel
Save