An open API service indexing awesome lists of open source software.

https://github.com/goldengamerlp/youtubedownloader

A simple Java Application made with JavaFx, for searching and downloading Youtube Videos/Playlists. Feel free to open issues or pull requests! For Educational Purposes
https://github.com/goldengamerlp/youtubedownloader

Last synced: 11 months ago
JSON representation

A simple Java Application made with JavaFx, for searching and downloading Youtube Videos/Playlists. Feel free to open issues or pull requests! For Educational Purposes

Awesome Lists containing this project

README

          

# Youtube Interface
## Description
This is a simple interface to search for videos on youtube and download them in mp3 or mp4 format.

## Requirements
- Java 17

## How to run
- Clone this repository
- Run the following command in the root folder of the project:
```bash
./gradlew shadowJar
```
- Open the folder `build/libs` and run the jar file.

### Or

- Clone this repository
- Go to the class `Main.java` and run it.

## Disclaimer
This project was made for educational purposes only. I do not take any responsibility for the misuse of this software.

## License

[MIT](https://choosealicense.com/licenses/mit/)