Really simple youtube downloader as a expresss-powered website using ytdl-core.
Pass youtube video url in ?url=... parameter (to directly call eg. from bookmarklet), or open a page and paste youtube link into the form. Get highest quality mp4 video available.
yarn
npm start
Set up port like this
PORT=3001 npm start
Everything is in index.js
:).