/youtube-video-downloader

⌨ Download Youtube Videos easily!

Primary LanguageJavaScript

Note: Only for educational purpose

Youtube Video Downloader

A simple web application to download Youtube Videos

Prerequisites

You need to have nodejs installed on your machine.

Quick start

git clone https://github.com/ppalone/youtube-video-downloader.git
cd youtube-video-downloader

# Install dependencies
npm install

# Run
npm run start

# Start in development
npm run dev

Open browser and go to http://localhost:3000