Create a Youtube video downloader with javascript and ytdl-core
First thing first, you need to have Node.js installed on your PC. Go to your terminal/cmd and type "node", then press enter. If you see an error, go to https://nodejs.org/ and install node.
We will use a node module ytdl-core. Now create a folder and...
spaul.hashnode.dev2 min read