mirror of
https://cdm-project.com/CDM-Project/CDRM-Project.git
synced 2026-04-02 18:48:15 +00:00
1.2 KiB
1.2 KiB
CDRM-Project
What is this?
An open source web application written in python to decrypt Widevine protected content.
Prerequisites
-
Python with PIP installed
Python 3.12 was used at the time of writing
Installation
-
Open your terminal and navigate to where you'd like to store the application
-
Create a new python virtual environment using
python -m venv CDRM-Project -
Change directory into the new
CDRM-Projectfolder -
Activate the virtual environment
Windows - change directory into the
Scriptsdirectory thenactivate.batLinux -
source bin/activate -
Extract CDRM-Project 2.0 git contents into the newly created
CDRM-Projectfolder -
Install python dependencies
pip install -r requirements.txt -
(Optional) Place your .WVD file into
/databases/WVDs -
Run the application
python main.py