https://github.com/wilsonsilva/youtube-video-downloader
https://github.com/wilsonsilva/youtube-video-downloader
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wilsonsilva/youtube-video-downloader
- Owner: wilsonsilva
- Created: 2023-04-18T07:00:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:28:14.000Z (7 months ago)
- Last Synced: 2025-09-01T02:57:01.026Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Download Youtube Videos
Downloads YouTube videos in parallel.
## Installation
```bash
pip install -r requirements.txt
```## Usage
Add the list of urls to `vide_urls.txt` and run the following command.
```bash
python download.py
```