原项目是WVClient,感谢原作者。
这里改成了python3版本,并附上具体使用方法。
首先将widevinecdm.dll
放到本目录(我用的是1679版本),然后在这里开cmd,并运行license_proxy.exe
,然后弹窗提示点确定。
示例
python wvclient.py -path binary/init.mp4
帮助
usage: wvclient3 v1.0@xhlove [-h] [-path INIT_PATH] [-pssh PSSH]
[-url LICENSE_URL]
origin author is T3rry7f, this is a python3 version.
optional arguments:
-h, --help show this help message and exit
-path INIT_PATH, --init-path INIT_PATH
init.mp4 file path
-pssh PSSH, --pssh PSSH
pssh which is base64 format
-url LICENSE_URL, --license-url LICENSE_URL
widevine license server url
以上。