Add DRMToday scheme

This commit is contained in:
FoxRefire
2024-04-22 22:41:12 +09:00
parent a8d006c888
commit f98c2b1781
2 changed files with 9 additions and 1 deletions

View File

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