Last active
May 5, 2023 06:19
-
-
Save T-rex2017/d739bb6f51c44b8c7d842b06a593bff6 to your computer and use it in GitHub Desktop.
youtube to mp3,m4a,mp4 on android using termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#single command | |
pkg install curl && curl https://pastebin.com/raw/stMateZB -o install.sh && dos2unix install.sh && chmod u+x install.sh && ./install.sh | |
# line by line | |
pkg install curl | |
curl https://pastebin.com/raw/stMateZB -o install.sh | |
dos2unix install.sh | |
chmod u+x install.sh | |
./install.sh |
How to uninstall it?
How to uninstall it?
pkg install curl && curl https://pastebin.com/raw/stMateZB -o install.sh && dos2unix install.sh && chmod u+x install.sh && ./install.sh
Paste this code to your termux and press enter
Uninstall
How to remove that pkg?
How to remove that pkg?
This install's python , ffmpeg , youtube-dl and a script termux-url-opener
If you wish you could remove them
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as termux support python , more easier way is to use pip
pkg install python
pip install -m youtube-dl