Working youtube downloader app. Uses youtube-dl and node-youtube-dl wrapper.
- Make sure you've have nodejs installed on your system.
- Then do
npm install
andnpm start
. It will automatically download youtube-dl if it's not exist on your system.
Tutorial found at: https://hackprogramming.com/how-to-create-your-own-youtube-downloader-web-app-using-youtube-dl-in-expressjs/