An open API service indexing awesome lists of open source software.

https://github.com/subhranil002/youtubevideodownloader

YouTubeVideoDownloader is a Python script powered by 𝗽𝘆𝘁𝘂𝗯𝗲. Simply input the video URL and desired resolution, and watch as your video is seamlessly downloaded for offline viewing ... ❤️
https://github.com/subhranil002/youtubevideodownloader

python python-3 python-script python3 pytube pytube-projects pytube3 youtube youtube-downloader youtube-video-downloader

Last synced: 3 months ago
JSON representation

YouTubeVideoDownloader is a Python script powered by 𝗽𝘆𝘁𝘂𝗯𝗲. Simply input the video URL and desired resolution, and watch as your video is seamlessly downloaded for offline viewing ... ❤️

Awesome Lists containing this project

README

        

# 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](https://www.python.org/downloads/).

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

```bash
pip install pytube
```

## Usage

1. Clone the repository to your local machine:

```bash
git clone https://github.com/subhranil002/YouTubeVideoDownloader.git
```

2. Navigate to the directory containing `YouTubeVideoDownloader.py`.

3. Run the script using Python:

```bash
python YouTubeVideoDownloader.py
```

4. 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](https://github.com/subhranil002/YouTubeVideoDownloader?tab=MIT-1-ov-file) file for details.





Made With ❤️