https://github.com/nithanim/gui4ytdl
A graphical user interface for youtube-dl
https://github.com/nithanim/gui4ytdl
gui youtube-dl
Last synced: 9 months ago
JSON representation
A graphical user interface for youtube-dl
- Host: GitHub
- URL: https://github.com/nithanim/gui4ytdl
- Owner: Nithanim
- License: apache-2.0
- Created: 2019-03-03T03:12:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T17:39:58.000Z (over 7 years ago)
- Last Synced: 2025-09-19T12:19:15.803Z (9 months ago)
- Topics: gui, youtube-dl
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gui4YtDl
Gui4YtDl aims to provide a graphical user interface for the commandline only [youtube-dl](https://rg3.github.io/youtube-dl/) which downloads videos from hundreds of different sites.

## Technical
Instead of integrating (a potentially old version of) youtube-dl which other GUI implementations did, Gui4YtDl calls `youtube-dl` directly and it is therefore possible to update it as long as the output format does not change. The program is built with Java 8 and JavaFX and therefore requires both to work. Examples for compatible runtimes is the old Oracle Java 8 distribution and [ZuluFX](https://www.azul.com/downloads/zulu/zulufx/), but not the one from [adoptopenjdk](https://adoptopenjdk.net/) because it does not include JavaFX.