Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 2.29 KB

README.md

File metadata and controls

102 lines (70 loc) · 2.29 KB

YouTube Video Downloader

Summary

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.

Features

  • Download individual YouTube videos.
  • Files are automatically saved with the video title as the file name.
  • Simple, terminal-based interface.

Prerequisites

Ensure the following dependencies are installed on your system:

To install the necessary Python libraries, run:

pip install yt-dlp colorama pyfiglet

Installation

1. Clone this repository:

git clone [email protected]:EIRSVi/youtube-video-downloader.git

cd youtube-video-downloader

2. Run the script:

python ytdl1video.py

Example

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.

Troubleshooting

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.

License

This project is open-source and available under the MIT License.

Credits

Support us: @eirsvi

Feel free to reach out if you have any questions or feedback!


Let me know if you'd like any adjustments!