wvg/python/schemes/DRMToday.py

8 lines
160 B
Python
Raw Normal View History

2024-04-22 13:41:12 +00:00
res = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=challenge
)).json()
licence = base64.b64decode(res['license'].encode())