Univerter 3.0 !!!

This commit is contained in:
Bingus_Violet 2023-11-20 14:39:04 -06:00
parent 700a19bfd6
commit f9da622fbf
4 changed files with 262 additions and 201 deletions

View file

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