A QtQuick cross-platform GUI wrapper for yt-dlp for downloading YouTube videos
Preview • Installation • Technologies • Contributors
demo.mp4
yd_gui requires yt-dlp and FFmpeg to work. Install yt-dlp here. Install FFmpeg here. Specify their locations in yd_gui's settings.
- Download the installer from the releases page.
- Open installer and follow instructions.
- Qt 6.6-6.7
- Recommended: Qt Image Formats module
git clone https://github.com/jasonly027/yd_gui
cd yd_gui
cmake -S . -B build \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_PREFIX_PATH=<QT INSTALL DIR. e.g.: "C:\Qt\6.7.2\msvc2019_64"> \
-D ENABLE_TESTING=OFF
cmake --build build --config Release --target yd_gui
cmake --install build
- Jason Ly
- UI design by Priscilla Ho