A simple YouTube Video Downloader that downloads videos from YouTube by taking the video URL from the user
- Made using basic HTML, CSS and JavaScript (for Frontend) and using Node.js, Express.js (for Backend)
- Used the inbuilt ytdl-core npm package which helps in downloading the YouTube video
- Before Downloading, it also shows the entire video name, video description along with its thumbnail
- The user can filter from the various available MP4 formats from a dropdown list and accordingly choose the quality of video he/she wants to download
You can refer to the source code of ytdl-core along with all the features that it provides here