Converter update!

This commit is contained in:
Bingus_Violet 2023-11-22 22:52:44 -06:00
parent 0980a2aa8b
commit a8fa9b9783
7 changed files with 257 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "univerter",
"version": "3.0.0",
"version": "3.1.0",
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
"main": "index.js",
"scripts": {
@ -26,6 +26,7 @@
"body-parser": "^1.20.2",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"multer": "^1.4.5-lts.1",
"ytdl-core": "^4.11.5"
}
}