Simple Youtube Downloader using express.js, ffmpeg and ytdl-core
⚠️ This program is for personal use only.
Downloading copyrighted material without permission is against YouTube's terms of services. By using this program, you are solely responsible for any copyright violations. I am not responsible for people who attempt to use this program in any way that breaks YouTube's terms of services.
git clone https://github.com/DasIschBims/yt-download
npm install
- Rename the
.env.example
file to.env
- Change any of the settings if needed
Defaults are:
HTTPS=false
PORT=3000
npm run start
If no changes were made to the .env variables the page can be found under http://localhost:3000