Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 395 Bytes

Music-Downloader

Music Downloader capable of downloading multiple songs at the same time written in Elixir. My first Elixir program after reading docs.

Requirements

  • Elixir installed
  • youtube-dl installed

How to use

  • elixir main.exs --dir ~/songs --input song_list.txt
  • Params:
    • --dir - where to put songs
    • --input - file containing ytb video urls (url on each line)