This is a youtube downloader where you can either paste a video or a playlist link to download the videos in one go.
2024-07-31.21-53-08.mov
Make sure you have ffmpeg installed locally
Here are the steps to install ffmpeg on different operating systems:
If you have Homebrew installed, you can install ffmpeg using:
brew install ffmpeg
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
- Download
ffmpeg
from the official website: FFmpeg Downloads - Extract the downloaded archive and add the bin directory to your system's PATH environment variable.
Install the dependencies:
npm install
Start the downloader
npm start