Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bboymega/Termux_url_opener_all_in_one_downloader
All-in-one Download Script for Termux URL Opener
https://github.com/bboymega/Termux_url_opener_all_in_one_downloader
downloader script scripts shell-script shell-scripts termux termux-tools termux-url-opener
Last synced: 3 months ago
JSON representation
All-in-one Download Script for Termux URL Opener
- Host: GitHub
- URL: https://github.com/bboymega/Termux_url_opener_all_in_one_downloader
- Owner: bboymega
- Created: 2020-06-11T11:34:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T07:34:45.000Z (8 months ago)
- Last Synced: 2024-07-10T11:01:46.930Z (4 months ago)
- Topics: downloader, script, scripts, shell-script, shell-scripts, termux, termux-tools, termux-url-opener
- Language: Shell
- Size: 1.34 MB
- Stars: 153
- Watchers: 13
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
Awesome Lists containing this project
README
# All-in-one Download Script for Termux
All-in-one Download Script for Termux URL Opener.This script requires **ffmpeg, youtube-dl, python, wget, spotdl, yt-dlp, rbtv-dl, bandcamp-dl, you-get** to function.
![Screenshot_20201103-143432_Termux.jpg](/screenshot.png)
# Using the script
Launch the "share" option and select Termux.![share_icon.jpg](/share_icon.jpg)
# Installing the script
Launch Termux and run the follwing commands:
```
#Clean Install
rm -f "/data/data/com.termux/files/home/bin/termux-url-opener"
mkdir /data/data/com.termux/files/home/bin#Installing dependencies
pkg update -y && pkg install wget -y && pkg install python -y && pkg install ffmpeg -y
yes | pip install youtube-dl && yes | pip install spotdl && yes | pip install yt-dlp && yes | pip install you-get && yes | pip install bs4wget --no-check-certificate --output-document="/data/data/com.termux/files/usr/bin/rbtv-dl" "https://raw.githubusercontent.com/M3GABOY/rbtv-dl/main/rbtv-dl.py"
chmod +x "/data/data/com.termux/files/usr/bin/rbtv-dl"wget --no-check-certificate --output-document="/data/data/com.termux/files/usr/bin/bandcamp-dl" "https://raw.githubusercontent.com/M3GABOY/bandcamp-dl/main/bandcamp-dl.py"
chmod +x "/data/data/com.termux/files/usr/bin/bandcamp-dl"#Installing the script
wget -P /data/data/com.termux/files/home/bin/ --no-check-certificate "https://raw.githubusercontent.com/M3GABOY/Termux_url_opener_all_in_one_downloader/master/termux-url-opener"
chmod +x "/data/data/com.termux/files/home/bin/termux-url-opener"
termux-setup-storage```
Or simply run this
```
wget --no-check-certificate "https://raw.githubusercontent.com/M3GABOY/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/Sitolam/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/Sitolam/Termux_url_opener_all_in_one_downloader.git && chmod +x install.sh && bash install.sh
```
# FAQ
This script is blank sensitive. Therefore option "3" and "3 " are treated differently. While "3" will launch option 3, "3 " is invalid and will launch the default option.# Changelog
```
Updated on Jul 31 2021: Changed relative path to absolute path to avoid path errors.
Updated on Jul 16 2021: Added RedBull TV and Bandcamp artist support. Replacing youtube-dlc with yt-dlp.
Updated on Nov 2 2020: Add you-get as an option for downloading
Updated on Nov 2 2020: Add support for subtitle embedding
Updated on Nov 1 2020: Add youtube-dlc as an option for downloading
Updated on Jun 18 2020: Change YouTube to mp3 audio quality to best available.
Updated on Jun 13 2020: Change spotdl Output format from flac to mp3.
Updated on Jun 12 2020: Added Spotify Support and youtube-dl Audio Conversion.```