Converter is a huge W.I.P !!!! expect bugs!!!
This commit is contained in:
parent
94ebbfba18
commit
72d25bf5e1
8 changed files with 318 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "youtubeconverter",
|
||||
"version": "1.0.0",
|
||||
"version": "0.2.0",
|
||||
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -23,8 +23,10 @@
|
|||
},
|
||||
"homepage": "https://github.com/Violets-puragtory/YoutubeConverter#readme",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.2",
|
||||
"express": "^4.18.2",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"ytdl-core": "^4.11.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue