This shell script automates the process of downloading YouTube videos and optionally extracting audio using a single command-line interface.
- Downloads YouTube videos directly from URLs.
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
Run the script with the following command:
sudo bash yt-dlp-auto.sh
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.