Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.24 KB

File metadata and controls

57 lines (36 loc) · 1.24 KB

YouTube Playlist Downloader

This project allows users to download videos from YouTube playlists using a web application built with Node.js, Express, React, and yt-dlp.

Preview

Preview

Installation

Prerequisites

  1. Python 3: Download and install Python 3 from python.org.

  2. pip install yt-dlp

  3. Set yt-dlp Path: Add the yt-dlp path C:\\Users\\username\\AppData\\Local\\Programs\\Python\\Python312 to your system environment variables.

Project Setup

  git clone https://github.com/JCFcodex/YT-PLAYLIST-DOWNLOADER.git
  cd YT-PLAYLIST-DOWNLOADER
  npm install 
  npm start
  Open your browser and go to http://localhost:3001 

Usage

  1. Enter a YouTube playlist URL into the input field.

  2. Click on the Download button to start downloading the playlist.

  3. Monitor download progress and status messages.

License

This project is licensed under the MIT License.