A cool youtoube converter made by MrMothDevs.
Currently supporting:
Format | Bitrate |
---|---|
mp3 | 64 - 320kbs |
mp4 (soon) |
https://ytconverter.vercel.app
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