A user-friendly application for downloading YouTube videos and audio. This tool uses yt-dlp
for powerful downloading capabilities and integrates a graphical user interface (GUI) for ease of use. Features include customizable video quality, progress tracking, and automatic merging of video and audio files.
- Download videos and audio from YouTube.
- Choose video quality (e.g., 144p, 240p, 360p, 480p, 720p, 1080p, 1440p, 2160p).
- Automatic merging of video and audio files.
- Progress bar and download speed display.
- Simple and intuitive GUI.
- Python 3.x
yt-dlp
(YouTube-DL fork)ffmpeg
(for merging video and audio)
- Download the latest executable from the Releases Section.
- Open the application.
- Enter the YouTube video URL.
- Select the save path for downloaded files.
- Choose the video quality and type (video or audio).
- Click "Download" to start downloading.
- Clone the repository:
git clone https://github.com/oop7/YT-DLP-GUI-Downloader.git
- Install required dependencies:
pip install -r requirements.txt
- Run the tool:
python yt_downloader.py
- Install PyInstaller:
pip install pyinstaller
- Build the executable:
pyinstaller --onefile yt_downloader.py
This will generate an .exe
file in the dist/
directory.
- Download Speed or Progress Not Updating: Ensure yt-dlp and ffmpeg are correctly installed and accessible from the script's directory.
- Errors During Download: Check the console output for detailed error messages.
Feel free to contribute by submitting issues or pull requests. If you have suggestions for improvements or new features, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
yt-dlp
for providing robust video downloading capabilities.ffmpeg
for handling video and audio merging.- The open-source community for continuous support and development.