towtin / youtube-mp3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 53.2%Language:CSS 28.2%Language:HTML 18.6%