Working version
This commit is contained in:
4
python/schemes/CanalPlusLive.py
Normal file
4
python/schemes/CanalPlusLive.py
Normal file
@@ -0,0 +1,4 @@
|
||||
payload = loadBody('json')
|
||||
payload['ServiceRequest']['InData']['ChallengeInfo'] = getChallenge('b64', Cdm.common_privacy_cert)
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, payload, "json")
|
||||
licence = licence["ServiceResponse"]["OutData"]["LicenseInfo"]
|
||||
Reference in New Issue
Block a user