lostfilm / WVClient3

WVClient python3 version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

说明

原项目是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

以上。

About

WVClient python3 version

License:Other


Languages

Language:Python 100.0%