Disclaimer: This project is a reverse engineering effort intended for educational purposes only. Use it responsibly and ensure compliance with all applicable laws and terms of service.
This project aims to provide a simple and efficient way to save your favorite content locally.
- High-speed downloads
- Download all available (to the user) videos from a video management system
To install CKJR Downloader, follow these steps:
- Clone the repository:
- Install the required dependencies:
pip install -r requirements.txt
To download a non-encrypted video, use the following command:
python3 main.py
To download an encrypted video, use the following command:
python3 decrypt.py
Note: Replace the credentials information in the corresponding script with your own before running the commands.
This project is licensed under the Apache-2.0 license. See the LICENSE file for details.