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 ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/youtubevideodownloader
- Owner: subhranil002
- License: mit
- Created: 2023-09-03T16:02:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:00:36.000Z (over 1 year ago)
- Last Synced: 2025-01-07T23:47:41.869Z (4 months ago)
- Topics: python, python-3, python-script, python3, pytube, pytube-projects, pytube3, youtube, youtube-downloader, youtube-video-downloader
- Language: Python
- Homepage: https://github.com/subhranil002
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ❤️