Create Internet Download Manager with ytdlp feat Termuxurlopener
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=fuo2Z_AoVw4
Video Downloader • Text Editor, saya menggunakan VIM di termux. • 1. Intall Termux • 2. update dan Upgrade termux apt update apt upgrade (bagi yang pertama kali baru install.) • 3. Izinkan termux untuk r/w storage dengan command termux-setup-storage lalu masukkan huruf y untuk yess. • 4. intall python, apt install python • 5. Install yt-dlp dengan command pip install yt-dlp • 6. Buat directory dan file di ~/bin/termux-url-opener • 7. isikan didalam termux-url-opener dengan yt-dlp $1 • 8. buat file config untuk yt-dlp ke dalam vi ~/.config/yt-dlp/config • 9. Masukkan /storage/emulated/0/youtube-dl/ %(title)s-%(id)s.%(ext)s kedalam File config. fungsinya untuk menempatkan folder hasil download serta nama file dari yt-dlp • 10. Test Download video. • #termux-url-opener
#############################
