This is a small project with the youtube-mp3-downloader npm module. It can download youtube videos and converts them to mp3. The good thing is, that this works for multiple links at once and is faster than other open source web applications.
- rename
.env
to.env.example
- run
npm install
- run
npm install -g ffmpeg-static
- replace
USER_HERE
in theFFMPEG_PATH
variable in.env
with your windows user - make sure the path is correct
- Do not add a "/" after the folder name in the
OUTPUT_PATH
variable, if you change it.
- Add the youtube links to into the
input.txt
file, separated by a new line. - Run
node .
in the terminal - Let it cook
- You should find the mp3 files in the defined
output
folder