youtube-downloader-app
youtube-downloader-app copied to clipboard
Source code for youtube-downloader app. Step by step tutorial at:
Youtube Downloader Web App
Working youtube downloader app. Uses youtube-dl and node-youtube-dl wrapper.
How to run
- 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/