diff --git a/python/schemes/CanalPlusPL.py b/python/schemes/CanalPlusPL.py deleted file mode 100644 index 4af43c4..0000000 --- a/python/schemes/CanalPlusPL.py +++ /dev/null @@ -1,4 +0,0 @@ -import xml.etree.ElementTree as ET -challenge_with_cert = getChallenge('b64', Cdm.common_privacy_cert) -licence = await corsFetch(licUrl, "POST", licHeaders, challenge_with_cert, "blob") -licence = ET.fromstring(licence).find('.//{http://www.canal-plus.com/DRM/V1}license').text \ No newline at end of file