dreammu
823d328543
fix youku ( #24 )
...
solve https://github.com/FoxRefire/wvg/issues/14
2024-06-09 01:20:14 +09:00
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
083587d69d
Add Youku by request
2024-05-06 17:52:57 +09:00