Chg: Update README.md

This commit is contained in:
Elwador 2024-04-20 00:17:36 +02:00 committed by GitHub
parent 287e696500
commit 9d5fe9667b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# Crunchy-Downloader # Crunchy-Downloader
Downloader for Crunchyroll Downloader for Crunchyroll
# DRM Decryption Guide
## Decryption Requirements
- **mp4decrypt** (available at [Bento4.com](http://www.bento4.com/)) - Required for the decryption process. This tool should be placed in the `./bin/` directory.
## Instructions
To decrypt DRM content, it's essential to first acquire a CDM (Content Decryption Module). Once obtained, you will need to place the following CDM files into the `./widevine/` directory:
- `device_client_id_blob.bin`
- `device_private_key.pem`
For legal reasons, the CDM is not included with the software package, and you must source it independently.