Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.2 KB

YouTubeVideoDownloader

YouTubeVideoDownloader is a Python script designed to download YouTube videos using the pytube library.

Installation

Before running the script, ensure you have Python installed on your system. You can install it from the official Python website.

Additionally, you'll need to install the pytube library. You can install it via pip:

pip install pytube

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/subhranil002/YouTubeVideoDownloader.git
  1. Navigate to the directory containing YouTubeVideoDownloader.py.

  2. Run the script using Python:

python YouTubeVideoDownloader.py
  1. Follow the on-screen instructions to input the URL of the YouTube video and the required resolution.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.




Made With ❤️