Skip to content

pumpkinzomb/youtube-downloader

Repository files navigation

Youtube Downloader

Description

Recently, YouTube download services have been hurting the user experience with excessive advertisements. As an alternative, I have created a service that allows users to download YouTube videos neatly without advertisements.

This project makes it easy for users to download YouTube videos of their choice in various formats. Without ads or unnecessary pop-ups, I focused purely on downloading features.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js and npm
  • You have a macOS/Linux/Windows machine

How to start

  1. Install the required npm packages:
npm install
  1. Install yt-dlp:
  • macOS (using Homebrew):
    brew install yt-dlp
    
  • Linux (using apt):
    sudo apt install yt-dlp
    
  • Windows (using chocolatey):
    choco install yt-dlp
    
  1. Start the server:
npm start

Usage

  1. Enter the YouTube URL you want to download
  2. Select the desired format (mp3, mp4, etc.)
  3. Click the download button
  4. Wait for the download to complete

About

Simple YouTuber download service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published