wvg/python/schemes/DRMToday.py
2024-04-22 22:41:12 +09:00

9 lines
174 B
Python

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