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

https://github.com/forloopcodes/py-youtube-downloader

A python script that helps you download a youtube video to your computer
https://github.com/forloopcodes/py-youtube-downloader

Last synced: 10 months ago
JSON representation

A python script that helps you download a youtube video to your computer

Awesome Lists containing this project

README

          

# YouTube Video Downloader

This Python script allows you to download YouTube videos directly to your computer. It's a handy tool for saving your favorite videos for offline viewing.

## Usage

1. **Requirements:**
- Make sure you have Python installed on your system.
- Install the `pytube` library by running `pip install pytube`.

2. **Running the Script:**
- Open your terminal or command prompt.
- Navigate to the directory where the script is saved.
- Run the script using `python youtube_downloader.py`.

3. **Instructions:**
- When prompted, provide the following information:
- **Save Path**: Specify the directory where you want to save the video. If no path is provided, it will be saved on the desktop.
- **YouTube Video Link**: Paste the link of the YouTube video you want to download.
- **Download Resolution**: Choose the desired resolution (e.g., 480p, 720p, etc.). If not specified, the script will default to 480p.

4. **Downloaded Videos:**
- The video will be downloaded to the specified path or the desktop.
- You'll see a success message once the download is complete.

That's it! Now you're ready to enjoy your favorite YouTube videos offline. 🎥📂