
- Improved error handling (hopefully no more GUI crashes!) - Added RTE and AstroGo service scripts - Added RTE Decrypt/Web-DL/GUI functions - Added Taskbar / WM Icon - Changed theme
TPD-Keys
Created by @TPD94
Based on pywidevine
How to use:
-
Create
TPD-Keys
folder. -
Download and extract
TPD-Keys.py
,requirements.txt
,license_curl.py
and theHelpers
andSites
folder into the newly createdTPD-Keys
directory -
Install the requirements with
pip install -r requirements.txt
-
Crete a WVD with pywidevine;
pywidevine create-device -k "/PATH/TO/device_private_key" -c "/PATH/TO/device_client_id_blob" -t "ANDROID" -l 3
-
Place your .wvd in
/WVDs
directory, if you do not have this directory, create it or run the program withpython TPD-Keys.py
and it will be created for you -
Place your API key (if wanted) in
/Config/api-key.txt
if you do not have this file or directory, create it or run the program withpython TPD-Keys.py
and it will be created for you. If you don't have an API key, you can request one via discord -
Paste dictionaries from license request curl post request into
License_curl.py
-
Run with
python tpd-keys.py
for just decryption keys orpython tpd-keys.py --web-dl
to get decryption keys plus download the content
To view additional options you can use python tpd-keys.py -h