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)
You can download the most recent version of tool here
Ensure you have Python 3.x installed. Install required Python packages using pip
.
pip install -r requirements.txt
Note: If you don't have yt-dlp
and ffmpeg
, download yt-dlp.exe
and ffmpeg.exe
and place them in the same directory as the script.
- Run the Application
python youtube_downloader.py
- 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.
- 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.