The YouTube Video Downloader is a lightweight tool to quickly download videos from YouTube. It allows users to download videos and store them neatly in an organized folder on your system.
- Download individual YouTube videos.
- Files are automatically saved with the video title as the file name.
- Simple, terminal-based interface.
Ensure the following dependencies are installed on your system:
- Python 3.x
- yt-dlp for handling YouTube downloads.
- Colorama for terminal colors.
- pyfiglet for ASCII art.
To install the necessary Python libraries, run:
pip install yt-dlp colorama pyfiglet
1. Clone this repository:
git clone [email protected]:EIRSVi/youtube-video-downloader.git
cd youtube-video-downloader
2. Run the script:
python ytdl1video.py
To download a YouTube video, you can enter a URL such as:
EXAMPLE URL: https://youtu.be/lXnpiXJirlA?si=YWXPbH5M8mFhSBVD
The video will be saved in your default Downloads folder with the video title as the file name.
If you encounter any issues while downloading, check the following:
- Ensure yt-dlp is installed correctly.
- Verify that the YouTube video URL is correct.
- Ensure proper permissions for the download directory.
This project is open-source and available under the MIT License.
Support us: @eirsvi
Feel free to reach out if you have any questions or feedback!
Let me know if you'd like any adjustments!