Files
termux_url_opener/termux-url-opener
2025-06-12 15:42:56 +02:00

14 lines
290 B
Bash

#!/bin/bash
## INSTALL
#termux-setup-storage
#pkg update
#pkg upgrade
#pkg install python3 ffmpeg wget
pip install --upgrade yt-dlp
#mkdir ~/bin
#wget https://...............termux-url-opener -P ~/bin
#chmod +x ~/bin/termux-url-opener
yt-dlp -f "bestvideo[height<=360]+bestaudio/best" $1