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
- Host: GitHub
- URL: https://github.com/forloopcodes/py-youtube-downloader
- Owner: ForLoopCodes
- Created: 2024-04-18T17:48:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:51:22.000Z (over 1 year ago)
- Last Synced: 2025-01-13T23:44:52.515Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 🎥📂