to beggin install termux from fdroid
be carefull with this
# update the packagespkg update
# upgrade the packagespkg upgrade
# go inside your phone storage Download foldercd /storage/emulated/0/Download/
# go inside your sd cardcd /storage/22B1-56EF/
# copy content of your phone Download folder into Download2cp -r /storage/emulated/0/Download/ /storage/emulated/0/Download2/
# remove content of your phone storage Download folderrm -r /storage/emulated/0/Download/
# remove every file with extension m4a from of your phone storage Download foldercd /storage/emulated/0/Download/ &&rm *.m4a
# install Yt-dlp (fast youtube downloader) credits to this reddit postpkg update && pkg upgrade && pkg install python && pkg install ffmpeg && python3 -m pip install --upgrade yt-dlp
# install Yt-dlp also for storage permisions termux-setup-storageDownload youtube download helper script# start a script get.video.termux.sh inside your phone storage Download foldersh /storage/emulated/0/Download/get.video.termux.sh