Update README.md

This commit is contained in:
quinten 2024-11-06 21:44:01 +00:00
parent d8ec72c34c
commit 2847a0b939

View File

@ -14,6 +14,22 @@ This repository and its contents are published for educational purposes only.
* `device_private_key`
* `pip install -r requirements.txt`
Final folder structure should look like:
```
npo
│ npo all-in-one.py
│ mp4decrypt.exe
│ N_m3u8DL-RE.exe
│ requirements.txt
│ README.md
└───cdm
│ wks.py
└───devices
└───android_generic
device_client_id_blob
device_private_key
```
# Usage
* Download single URL: `python 'npo all-in-one.py' -url <url>`
* Download batch URLs: `python 'npo all-in-one.py' -file <file>`