Skip to content

Easy GUI to download mp3 from copy pasting youtube playlist and video link.

Notifications You must be signed in to change notification settings

towtin/youtube-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to youtube-mp3 👋

✨ Introduction

youtube-mp3 is a simple minimalistic user interface to download music from youtube playlist and video.

~GUI example

demo

~Download folder example

demo

🚀 Usage

To use this project, make sure you have node installed. If you have node already, run the following command:

~Clone this repository

git clone https://github.com/towtin/youtube-mp3.git

~Install dependencies (make sure you are in the root of this repository)

npm install

~Starting server on port 5000

node utils

~Open your browser and paste this link

localhost:5000/

📦 Package Used

I mainly used ytdl-core for the functionality, ytpl for playlist url, and express for the server.


Made by @towtin