Other

Other Utils

This is the list of other tools I'm using on my terminal or in my machines.

YT-DLP

Documentation

If you like to download some things from YouTube, you can use the youtube-dl on your terminal, but the YT-DL is a better solution! Basically, the YT-DLP (opens in a new tab) brings additional features as detailed here (opens in a new tab).

For that, I have two commands ready on my terminal alias:

  • For video download:
    yt-dlp -f '((bestvideo+bestaudio/best)[ext^=m]/best)[vcodec!^=?av01]' <video-url>
  • For audio download:
    yt-dlp -f 'ba' -x --audio-format mp3 <video-url>