Skip to content

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

Notifications You must be signed in to change notification settings

anuj-thakur-513/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

2024-07-31.21-53-08.mov

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published