Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.49 KB

readme.md

File metadata and controls

48 lines (29 loc) · 1.49 KB

YouTube Downloader Automated Script

GitHub repo size GitHub stars GitHub forks

This shell script automates the process of downloading YouTube videos and optionally extracting audio using a single command-line interface.

Features

  • Downloads YouTube videos directly from URLs.

Installation

To use this YouTube downloader script, follow these steps:

Clone the repository or download the shell script directly using curl:

curl https://raw.githubusercontent.com/complexorganizations/youtube-download-script/main/yt-dlp-auto.sh -o yt-dlp-auto.sh

Alternatively, you can download it manually from this link.

Make the script executable:

chmod +x yt-dlp-auto.sh

Usage

Run the script with the following command:

sudo bash yt-dlp-auto.sh

Contributing

Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

Video Player

VLC

License

This project is licensed under the MIT License - see the LICENSE file for details.