Update README.md
This commit is contained in:
parent
b1a906ebe2
commit
673dddc4f8
28
README.md
28
README.md
|
@ -1,8 +1,24 @@
|
||||||
# Crunchy-Downloader
|
# 💾 Crunchy-Downloader
|
||||||
Downloader for Crunchyroll
|
This intuitive software allows you to seamlessly download your favorite series and episodes directly from Crunchyroll, ensuring you can enjoy high-quality anime offline, anytime and anywhere.
|
||||||
|
|
||||||
|
> I am in no way affiliated with, maintained, authorized, sponsored, or officially associated with Crunchyroll LLC or any of its subsidiaries or affiliates.
|
||||||
|
> The official Crunchyroll website can be found at https://crunchyroll.com/.
|
||||||
|
|
||||||
|
# ✏️ Software Requirements
|
||||||
|
|
||||||
|
Windows 10 or Windows 11
|
||||||
|
|
||||||
|
# 🖥️ User Interface
|
||||||
|
|
||||||
|
Downloads overview:
|
||||||
|
![ui_downloads](https://github.com/Crunchy-DL/Crunchy-Downloader/assets/75888166/56989620-e8bf-421a-a11f-af282f8fd00b)
|
||||||
|
Add new downloads:
|
||||||
|
![ui_adddownload](https://github.com/Crunchy-DL/Crunchy-Downloader/assets/75888166/0b9dc931-e439-4e96-8298-a7923d8a467a)
|
||||||
|
Settings:
|
||||||
|
![ui_settings](https://github.com/Crunchy-DL/Crunchy-Downloader/assets/75888166/f8b09911-5036-43e2-907d-8b81accbf149)
|
||||||
|
|
||||||
|
|
||||||
# DRM Decryption Guide
|
# 🛠️ DRM Decryption Guide
|
||||||
## Decryption Requirements
|
## 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.
|
- **mp4decrypt** (available at [Bento4.com](http://www.bento4.com/)) - Required for the decryption process. This tool should be placed in the `./bin/` directory.
|
||||||
|
@ -15,3 +31,9 @@ To decrypt DRM content, it's essential to first acquire a CDM (Content Decryptio
|
||||||
- `device_private_key.pem`
|
- `device_private_key.pem`
|
||||||
|
|
||||||
For legal reasons, the CDM is not included with the software package, and you must source it independently.
|
For legal reasons, the CDM is not included with the software package, and you must source it independently.
|
||||||
|
|
||||||
|
# 📜 Disclaimer
|
||||||
|
|
||||||
|
This tool is meant for private use only. You need a Crunchyroll Premium subscription to access premium content.
|
||||||
|
|
||||||
|
You are entirely responsible for what happens when you use crunchy-cli.
|
||||||
|
|
Loading…
Reference in New Issue