JableTV Download WebUI is a user-friendly web interface for downloading videos from jable.tv. This project is built on top of hcjohn463's JableTVDownload project.
- Clone this repository:
git clone --recurse-submodules git@github.com:ihainan/JableTVDownload-WebUI.git- Modify the docker-compose.yml file:
- Create two folders for downloaded videos and database file.
- Change
./downloadsto the folder path where you want to save downloaded videos. - Change
./dbto the folder path where you want to save the database file.
- Start the Docker services:
docker-compose up -d --build- Access the web interface by navigating to http://<ip_address>:41056 in your web browser.
Special thanks to hcjohn463 for the original JableTVDownload project, which serves as the foundation for this project.
