youtube-downloader

A youtube downloader which downloads the whole playlist or a video on the go for free. Just paste the link and see the magic happening

Stars
2
Committers
2

YouTube Downloader

This is a youtube downloader where you can either paste a video or a playlist link to download the videos in one go.

https://github.com/user-attachments/assets/231fab33-8879-4679-b2e6-2a07b646554b

Run Locally

Make sure you have ffmpeg installed locally

Here are the steps to install ffmpeg on different operating systems:

macOS

If you have Homebrew installed, you can install ffmpeg using:

brew install ffmpeg

Linux

For Ubuntu or Debian-based distributions:

sudo apt update
sudo apt install ffmpeg

For CentOS or RHEL-based distributions:

sudo yum install epel-release
sudo yum install ffmpeg

Windows

  1. Download ffmpeg from the official website: FFmpeg Downloads
  2. Extract the downloaded archive and add the bin directory to your system's PATH environment variable.

Start the project

Install the dependencies:

npm install

Start the downloader

npm start