Skip to content

Download Youtube Videos and also playlist in MP4, WEBM, 3GP, M4A, and other formats with high quality (4K, 2K, 1080p, 720p, ...)

Notifications You must be signed in to change notification settings

Subrata2402/ytv-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Video and Playlist Downloader

This is a simple web application that allows users to download videos and playlists from Youtube.

How to use the application

  1. Copy the URL of the video or playlist you want to download.
  2. Paste the URL in the input field.
  3. Click the download button.
  4. Wait for the download to complete.

Technologies used

  1. Node.js
  2. Express.js
  3. React.js
  4. Bootstrap
  5. Youtube API

How to run the application

  1. Clone the repository.

For the server

  1. Navigate to the server directory.
  2. Run npm install to install the dependencies.
  3. Create a .env file in the server directory and add the environment variables.
    • PORT - The port on which the server will run.
    • YT_API_KEY - Your Youtube API key.
    • YT_API_URI - The Youtube API URL.
  4. To get the Youtube API key, follow the instructions here.
  5. Run npm run server to start the server.
  6. The server will run on http://localhost:${PORT}.

For the client

  1. Navigate to the client directory.
  2. Run npm install to install the dependencies.
  3. Run npm start to start the client.
  4. Open your browser and navigate to http://localhost:${PORT}.

About

Download Youtube Videos and also playlist in MP4, WEBM, 3GP, M4A, and other formats with high quality (4K, 2K, 1080p, 720p, ...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published