This commit is contained in:
FoxRefire 2024-04-29 12:35:30 +09:00
parent 60e5e46a0f
commit 1c9bc998b9
3 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<select id="scheme">
<option value="CommonWV">CommonWV</option>
<option value="DRMToday">DRMToday</option>
<option value="GlobalTV">GlobalTV</option>
<option value="RedBee">Red Bee Media</option>
</select><br>

View File

@ -0,0 +1,8 @@
payload = json.loads(licBody)
challengeArr = list(challenge)
payload['license_request_data']=challengeArr
licence = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=payload
)).bytes()

View File

@ -1,5 +1,6 @@
cwip-shaka-proxy
c4.eme.lp.aws.redbee$$RedBee
lic.staging.drmtoday$$DRMToday
corusappservices.com/authorization/widevine/getresourcekey$$GlobalTV
license-ap
licenseManager.do