FoxRefire
64b86a1711
Refactor: Define loadBody API for make scheme file more concise
...
The loadBody() function allows more concise and intuitive loading of request bodies encoded in the scheme.
2024-06-07 04:03:37 +09:00
FoxRefire
d101caddd4
Refactor: Not to decode licenses in Base64 format
...
Pywidevine does this without having to do it on the scheme side.
This makes the scheme more concise.
2024-06-06 12:51:23 +09:00
FoxRefire
0ec39a5da9
Refactor: Define corsFetch as Python API
...
corsFetch is used to requesting license server that requires Origin header.
Pyfetch does not retain the Origin header due to browser security restrictions.
This change will make it easier to create schemes using corsFetch API.
2024-06-06 12:38:08 +09:00
FoxRefire
4975988cf6
Attempt for corsFetch
2024-05-13 04:28:48 +09:00
FoxRefire
3037104bd3
Delightful error message
2024-05-02 06:37:00 +09:00
FoxRefire
f710d007ea
Fix corsFetch
2024-04-28 05:58:48 +09:00
FoxRefire
d272e8f2e6
Attempt for RedBee
2024-04-26 21:59:34 +09:00