Utility for easy download of videos directly from CDN
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Simple website used for downloading videos from various websites without storing them on server side at all (directly from CDM of platform)
To get a local copy up and running follow these simple steps.
For running this project in development mode Java 11 and maven are needed
- maven
You can verify installation by typing
sudo apt update sudo apt install maven
mvn -version
- Java
You can verify installation by typing
sudo apt update sudo apt-get install openjdk-11-jdk
java -version
- Clone the repo
git clone https://github.com/karafra/spring-boot.git
- Install packages
mvn clean install
- Start project
mvn spring-boot:run
As of now this downloader suppotrs only downloading from bitchute, simply copy link of bitchute video and paste it, then on the download screen click download and wait for download to start.
- Add option to download from bitchute
- Extend this skeleton to enable downloads from websites like Youtube and Twitter
- Add option to download videos from TV archives such as Voyo or Tv Joj archive
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.
Your Name - @Karafro - dariusKralovic@protonmail.com
Project Link: https://github.com/karafra/spring-boot
- This project acknowledges SaveTheVid as it's UI was after refactors used in this project.