A simple desktop app for downloading videos and audio from hundreds of sites using yt-dlp.
What it does:
- Downloads videos in MP4 (144p to 4K)
- Extracts audio as MP3
Just paste a link and hit enter
- Python 3.9+ - Core language
- CustomTkinter - Modern GUI framework
- yt-dlp - Video downloading engine
- Pillow - Image processing
- PyInstaller - Executable builds
- Download the .exe from Releases
- Run
yt-dlp-gui.exe
git clone https://github.com/vokrob/yt-dlp-gui.git
cd yt-dlp-gui
pip install -r requirements.txt
python main.pypip install pyinstaller
python build.py- Launch the application
- Paste video URL in the input field
- Wait for video preview to load
- Select desired quality and format
- Click "Start" to begin download

