YouTubeVideoDownloader is a Python script designed to download YouTube videos using the pytube
library.
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
- Clone the repository to your local machine:
git clone https://github.com/subhranil002/YouTubeVideoDownloader.git
-
Navigate to the directory containing
YouTubeVideoDownloader.py
. -
Run the script using Python:
python YouTubeVideoDownloader.py
- Follow the on-screen instructions to input the URL of the YouTube video and the required resolution.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Made With β€οΈ