update
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
#!/bin/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
|
yt-dlp -f "bestvideo[height<=360]+bestaudio/best" $1
|
||||||
|
|||||||
Reference in New Issue
Block a user