Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 805 Bytes

File metadata and controls

10 lines (10 loc) · 805 Bytes

YouTube-Video-Downloader

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

Additional Features

  • 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

NOTE

You can refer to the source code of ytdl-core along with all the features that it provides here