/Termux_url_opener_all_in_one_downloader

All-in-one Download Script for Termux URL Opener

Primary LanguageShell

All-in-one Download Script for Termux

All-in-one Download Script for Termux URL Opener.

This script requires ffmpeg, python, wget, yt-dlp, to function properly.

Using the script

Launch the "share" option and select Termux.

share_icon.jpg

Installing the script

Launch Termux and run the follwing command:

wget --no-check-certificate "https://github.com/Rims-Naps/Termux_url_opener_all_in_one_downloader/master/install.sh" && chmod +x install.sh && bash install.sh

Or you can do it with git clone

git clone https://github.com/Rims-Naps/Termux_url_opener_all_in_one_downloader.git
chmod +x install.sh
bash install.sh

Or also with git clone but in one script

git clone https://github.com/Rims-Naps/Termux_url_opener_all_in_one_downloader.git && chmod +x install.sh && bash install.sh