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
- Host: GitHub
- URL: https://github.com/goldengamerlp/youtubedownloader
- Owner: GoldenGamerLP
- Created: 2023-05-28T10:01:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T08:30:35.000Z (about 3 years ago)
- Last Synced: 2025-01-16T08:37:55.020Z (over 1 year ago)
- Language: Java
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)