wvg/python/schemes/DRMToday.py
2024-05-02 06:37:00 +09:00

8 lines
160 B
Python

res = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=challenge
)).json()
licence = base64.b64decode(res['license'].encode())