This commit is contained in:
√(noham)²
2025-12-20 13:15:54 +01:00

View File

@@ -59,6 +59,8 @@ If you run the script without arguments, it will guide you through channel selec
```bash ```bash
uv run main.py uv run main.py
``` ```
https://github.com/user-attachments/assets/54a50828-c0e9-4a29-81c7-e188c238a998
### CLI Mode ### CLI Mode
You can automate the download by providing arguments. You can automate the download by providing arguments.
@@ -89,6 +91,8 @@ options:
--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL} --log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
Set the logging level (default: INFO) Set the logging level (default: INFO)
``` ```
https://github.com/user-attachments/assets/cc76990a-3d13-4be1-bb3c-ba8d87e6eaba
#### Examples #### Examples
@@ -133,4 +137,4 @@ In order to decrypt DRM content, you will need to have a dumped CDM, after that
- [**InquirerPy**](https://github.com/kazhala/InquirerPy) - Interactive command line prompts - [**InquirerPy**](https://github.com/kazhala/InquirerPy) - Interactive command line prompts
- [**python-dotenv**](https://github.com/theskumar/python-dotenv) - Environment variable management - [**python-dotenv**](https://github.com/theskumar/python-dotenv) - Environment variable management
- [**pywidevine**](https://github.com/rlaphoenix/pywidevine) - Widevine CDM implementation - [**pywidevine**](https://github.com/rlaphoenix/pywidevine) - Widevine CDM implementation
- [**Requests**](https://github.com/psf/requests) - HTTP library - [**Requests**](https://github.com/psf/requests) - HTTP library