Functions

This commit is contained in:
bingus_violet 2024-07-29 00:45:58 -05:00
parent d9f7a8d4fc
commit 3321673f62
7 changed files with 378 additions and 1097 deletions

View file

@ -1,6 +1,6 @@
{
"name": "univerter",
"version": "3.2.0",
"version": "4.0.0",
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
"main": "index.js",
"scripts": {
@ -23,10 +23,9 @@
},
"homepage": "https://github.com/Violets-puragtory/YoutubeConverter#readme",
"dependencies": {
"@distube/ytdl-core": "^4.13.5",
"child_process": "^1.0.2",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"youtube-dl-exec": "^3.0.7",
"ytdl-core": "^4.11.5"
"ffmpeg-static": "^5.2.0"
}
}