README.md

# exyt-dlp - [docs](https://hexdocs.pm/exyt_dlp/Exyt.html#content)

Simple **Elixir** wrapper for the great [**yt-dlp**](https://github.com/yt-dlp/yt-dlp)

# pre-requisites:  

setup and install yt-dlp in your system: [instructions](https://github.com/yt-dlp/yt-dlp/wiki/Installation)


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

![image](https://github.com/user-attachments/assets/aa1b068f-b8aa-46fc-82d3-a4da60743081)

3. Take a look at [complete documentation and list of available functions](https://hexdocs.pm/exyt_dlp/Exyt.html#content) with usage examples.