/youtube-bulk-to-mp3

:movie_camera: :musical_note: Downloads a list of videos from Youtube and converts them to mp3

Primary LanguageJavaScriptMIT LicenseMIT

Youtube bulk to MP3

This is a script that runs on Node.js and uses youtube-dl to download a list of videos from Youtube and convert them to mp3.

In order to run it, you need to either:

  1. Have Node.js and youtube-dl on your OS and run the script with:
node youtube-bulk-to-mp3.js
  1. Or you can build a Docker image from the provided Dockerfile by running it with docker-compose:
docker-compose up