e276530adaa8a022f0535867b92ea80372256b6e
TPD-Keys
Created by @TPD94, proxy function by Radziu
Based on pywidevine
How to use:
-
Create
TPD-Keysfolder. -
Download and extract
tpd-keys.py,requirements.txtandDRMHeaders.pyinto the newly createdTPD-Keysdirectory -
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 -
Replace
MyWVD= "/PATH/TO/WVD.wvd"with the path to your.wvdon line 15 of tpd-keys.py
For instance
MyWVD = "C:\Users\TPD94\Desktop\AndroidDeivce.wvd"or if it is located in the same folderMyWVD = "AndroidDeivce.wvd"
-
Paste any needed headers into
DRMHeaders.py -
Run with
python tpd-keys.py -
Make a selection
Description
Languages
Python
100%