Skip to content

MrMothDevs/YouTube-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Converter

A cool youtoube converter made by MrMothDevs.

Currently supporting:

Format Bitrate
mp3 64 - 320kbs
mp4 (soon)

Authors

Demo

https://ytconverter.vercel.app

Installation

Install everyting with npm i

public/script.js
  Change: 
   // heroku endpoints
     const server_endpoint = 'https://youtube-convertermd.herokuapp.com/'
     const download_endpoint = 'https://youtube-convertermd.herokuapp.com/download/'
     const get_info_endpoint = 'https://youtube-convertermd.herokuapp.com/getInfo/'
  To:
   Your current endpoints   
  npm install i
  node app