Working version
This commit is contained in:
3
python/schemes/CanalPlusVOD.py
Normal file
3
python/schemes/CanalPlusVOD.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import xml.etree.ElementTree as ET
|
||||
licence = await corsFetch(licUrl, "POST", licHeaders, getChallenge('b64', Cdm.common_privacy_cert), "blob")
|
||||
licence = ET.fromstring(licence).find('.//{http://www.canal-plus.com/DRM/V1}license').text
|
||||
Reference in New Issue
Block a user