5 Commits

Author SHA1 Message Date
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
1bcc6ca855 fix amazon header 2024-05-24 23:08:36 +09:00
FoxRefire
4975988cf6 Attempt for corsFetch 2024-05-13 04:28:48 +09:00
FoxRefire
48cfbc6dc2 Add Amazon scheme 2024-05-05 17:35:55 +09:00