A GUI Wrapper for YT-DLP written in Java.
GDownloader enables you to batch download YouTube videos and playlists with a simple CTRL+C.
It supports various platforms such as Crunchyroll, Twitch, X/Twitter, and all other platforms supported by yt-dlp.
- Batch download videos and playlists
- Supports multiple video platforms
- Embeds thumbnails and subtitles in the resulting videos, when available
- Automatic FFMPEG setup for Windows upon first boot
- Keeps yt-dlp always updated and ready go
- Multiple customizable settings to best suit your usage style
For platforms other than Windows, you need to download and install FFMPEG separately, instructions vary per platform.
Download the latest version for your platform from the releases page.
-
Clone this repository:
git clone https://github.com/hstr0100/GDownloader.git
-
Navigate to the project directory:
cd GDownloader
-
Build the project using Gradle:
./gradlew clean build jpackage
We welcome any feedback you may have to improve the user experience.
- Icons by IconsDB.com
- FFMpeg builds by GyanD
- YT-DLP builds by YT-DLP