A simple and intuitive graphical interface for yt-dlp that allows you to download videos and audio from YouTube and other platforms with ease.
First download and extract the .zip archive or clone the project with git clone https://github.com/Nicolas-Gth/yt-dlp-convenient-GUI.git.
Double-click run.bat
Open a terminal, then:
# Go into the project main directory
cd /path/to/the/extracted/app/folder
# Run the script
./run.shIf you have a permission issue you can try
# Make executable
chmod +x run.shThe script automatically:
- Detects your OS and distribution
- Installs Python 3, pip, and FFmpeg using your system's package manager
- Installs all Python dependencies
- Launches the application
- Download videos in various qualities (144p to 4K)
- Extract audio in multiple bitrates (32Kbps to 320Kbps)
- Support for MP3 and MP4 formats
- Simple and clean interface
- Cross-platform compatibility
- Paste any video URL in the input field
- Choose format: MP3 for audio, MP4 for video
- Select quality/bitrate as needed
- Click Download and wait for completion
- If Python installation fails, restart your computer and run
run.batagain - For antivirus issues, add the project folder to exceptions
- Make sure the script is executable:
chmod +x run.sh - For permission issues, the script will prompt for your password when needed
- If your distribution isn't supported, install manually:
# Install Python 3, pip, and FFmpeg using your package manager pip3 install -r requirements.txt python3 run.py