omerkocaaga / youtube-bulk-to-mp3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube bulk to MP3

This is a script that runs on Node.js, youtube-dl and ffmpeg 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, youtube-dl and ffmpeg installed on your OS and run it 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

About

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


Languages

Language:JavaScript 91.5%Language:Dockerfile 8.5%