Working version
This commit is contained in:
4
python/schemes/thePlatform.py
Normal file
4
python/schemes/thePlatform.py
Normal file
@@ -0,0 +1,4 @@
|
||||
payload = loadBody("json")
|
||||
payload["getWidevineLicense"]["widevineChallenge"] = getChallenge('b64')
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "json")
|
||||
licence = licence["getWidevineLicenseResponse"]["license"]
|
||||
Reference in New Issue
Block a user