https://github.com/bst04/yt-downloader
Script to download any video with the URL
https://github.com/bst04/yt-downloader
download python python3 url youtube
Last synced: 3 months ago
JSON representation
Script to download any video with the URL
- Host: GitHub
- URL: https://github.com/bst04/yt-downloader
- Owner: bst04
- Created: 2024-11-05T22:45:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:45:25.000Z (over 1 year ago)
- Last Synced: 2025-09-12T11:50:45.718Z (11 months ago)
- Topics: download, python, python3, url, youtube
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Video Downloader by bst04
[](https://hits.seeyoufarm.com)
This is a simple Python script for downloading YouTube videos using the `yt-dlp` library. If you encounter any issues, I'd appreciate your feedback to help improve them. Also if you like some payloads you can give me a star.
## Requirements
- Python 3.x
- `yt-dlp` library
## Installation
1. **Clone the repository**
2. **Navigate to your project directory:**
```bash
cd path/to/your/project
```
3. **Create a virtual environment (optional):**
```bash
python3 -m venv venv
```
4. **Activate the virtual environment:**
- On **MacOs** or **Linux**:
```bash
source venv/bin/activate
```
- On **Windows**:
```bash
venv\Scripts\activate
```
5. **Install ```py-dlp```:**
```bash
pip install yt-dlp
```
6.**Run the script:**
```bash
python nameofthescript.py
```
- Enter the YouTube video URL when prompted and wait for the download to complete.
## Features
- Downloads the highest resolution available for the given YouTube video URL.
- Simple and easy-to-use interface.
- Handles exceptions gracefully and provides meaningful error messages.
## Troubleshooting
- Ensure you have a stable internet connection.
- Verify that the YouTube URL is correctly formatted and accessible.
- If you encounter any issues, check that you are using the latest version of yt-dlp.