14 lines
290 B
Bash
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
|