Open-sourced YouTube video downloader for MP3/MP4 with 0 ads/viruses.
Code is protected under the MIT License, which means you are able to use my code as long as you give credit.
- @Dalk21 - most of the work
- @shidemuri - padero (helped with getting the project started)
To use this project, run
npm i express ytdl-core ffmpeg-static fluent-ffmpeg
node express.js
At the bottom of express.js
, you can change the port. Or, you can put in your port in the .ENV file.
PORT=3000