karafra / video-downloader

Utility website used for downloading videos from various websites :clapper:

Home Page:https://karafra.github.io/spring-boot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License codecov


Logo

Spring boot downloader

Utility for easy download of videos directly from CDN
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot Simple website used for downloading videos from various websites without storing them on server side at all (directly from CDM of platform)

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

For running this project in development mode Java 11 and maven are needed

  • maven
    sudo apt update
    sudo apt install maven
    You can verify installation by typing
    mvn -version
  • Java
    sudo apt update
    sudo apt-get install openjdk-11-jdk
    You can verify installation by typing
    java -version

Installation

  1. Clone the repo
    git clone https://github.com/karafra/spring-boot.git
  2. Install packages
    mvn clean install
  3. Start project
    mvn spring-boot:run

(back to top)

Usage

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.

(back to top)

Roadmap

  • Add option to download from bitchute
  • Extend this skeleton to enable downloads from websites like Youtube and Twitter

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache License 2.0. See LICENSE for more information.

(back to top)

Contact

Your Name - @Karafro - dariusKralovic@protonmail.com

Project Link: https://github.com/karafra/spring-boot

(back to top)

Acknowledgments

  • This project acknowledges SaveTheVid as it's UI was after refactors used in this project.

(back to top)

About

Utility website used for downloading videos from various websites :clapper:

https://karafra.github.io/spring-boot/

License:Apache License 2.0


Languages

Language:Java 57.0%Language:JavaScript 20.4%Language:CSS 13.3%Language:HTML 9.1%Language:Dockerfile 0.2%