exyt-dlp - docs

Simple Elixir wrapper for the great yt-dlp

pre-requisites:

setup and install yt-dlp in your system: instructions

how to use:

  1. Add {:exyt_dlp, "~> 0.1.2"} to your mix.exs file;
  2. Check if everything is seted correctly:

image

  1. Take a look at complete documentation and list of available functions with usage examples.