From 9d5fe9667b81a587f475f02b9432b393b9b4bdbf Mon Sep 17 00:00:00 2001 From: Elwador <75888166+Elwador@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:17:36 +0200 Subject: [PATCH] Chg: Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bae3204..ed68133 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # Crunchy-Downloader 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.