A lightweight Windows GUI for yt-dlp built using C# WinForms.
- Paste a YouTube URL and download the best quality video + audio.
- Uses
yt-dlp_x86.exefor downloading. - Opens a command window to show progress.
- No external dependencies except
yt-dlpand.NET.
- Windows OS
- yt-dlp (
yt-dlp_x86.exemust be in the same folder) - .NET Runtime (if using the compiled
.exe)
- Download
yt-dlp_x86.exeand place it in the same folder as the app. - Run
YTDownloader.exe. - Paste a YouTube URL and click "Download".
- A command window will show the download progress.
- Clone the repository:
git clone https://github.com/AndroidDevAccount/YT-DLP-GUI.git