/download-yt

Open-sourced YouTube downloader w/ 0 ads or viruses

Primary LanguageHTMLMIT LicenseMIT

download-yt

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. MIT License Version Latest Upate

Authors

  • @Dalk21 - most of the work
  • @shidemuri - padero (helped with getting the project started)

Deployment

To use this project, run

  npm i express ytdl-core ffmpeg-static fluent-ffmpeg
  node express.js

Environment Variables

At the bottom of express.js, you can change the port. Or, you can put in your port in the .ENV file.

PORT=3000