Bukan sekadar hitam-putih, terminal Linux justru bisa mempermudah hidup kamu. Inilah 12 perintah yang bikin pengguna Windows terheran-heran—dan mungkin ingin pindah.

  Jon Mukidi   Resources   2 min read

Instalasi YT-DLP di Android Termux

Bukan sekadar hitam-putih, terminal Linux justru bisa mempermudah hidup kamu. Inilah 12 perintah yang bikin pengguna Windows terheran-heran—dan mungkin ingin pindah.

Dengarkan artikel

Tentang fitur ini

Note: this is just a note for my personal use. I won’t explain things here. Just a note!

YT-DLP Instalation

Terminal window
termux-setup-storage # Allow termux to download files into your phone's storage
pkg update && pkg upgrade # Update all packages
pkg install python python-pip # Install Python and pip
pip install -U "yt-dlp[default]" # Install yt-dlp with default dependencies
pkg install ffmpeg # OPTIONAL: Install ffmpeg

Update YT-DLP

Terminal window
pip install -U "yt-dlp[default]"

Using YT-DLP via termux

Dowloading Music Playlist on Youtube

Terminal window
yt-dlp -x --audio-format mp3 -i --yes-playlist video_url

Dowloading Single Audio on Youtube

Terminal window
yt-dlp -x --audio-format mp3 video_url

Binary only for Android

Simplicity concern, it may be using binary only, no need to setup complicated things.

For ARM7 download

For AARCH64 download

But, it must have been installed some dependencies.

  1. ffmpeg and ffprobe - Required for merging separate video and audio files, as well as for various post-processing tasks. License depends on the build
  2. There are bugs in ffmpeg that cause various issues when used alongside yt-dlp. Use yt-dlp/FFmpeg-Builds See the readme for details on the specific issues solved by these builds.

For networking use YT-DLP need:

  1. certifi - Provides Mozilla’s root certificate bundle. Licensed under MPLv2
  2. brotli or brotlicffi - Brotli content encoding support.
  3. websockets - For downloading over websocket. Licensed under BSD-3-Clause
  4. requests - HTTP library. For HTTPS proxy and persistent connections support.

For Me

I don’t thing using the binary only is wise. Much more convenient just install all in one.

Lihat artikel lainnya

Artikel terkait

Lihat semua »