Adiciona ferramenta VideoMind para transcrição e análise de vídeos com resumo customizado

This commit is contained in:
2026-06-04 23:37:53 +00:00
parent a53496cd3f
commit 6866d565ec
16 changed files with 1183 additions and 2 deletions
+11 -1
View File
@@ -13,7 +13,8 @@
"express": "^4.19.2",
"msedge-tts": "^2.0.5",
"multer": "^2.1.1",
"pg": "^8.21.0"
"pg": "^8.21.0",
"youtube-transcript": "^1.3.1"
}
},
"node_modules/accepts": {
@@ -1404,6 +1405,15 @@
"engines": {
"node": ">=0.4"
}
},
"node_modules/youtube-transcript": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/youtube-transcript/-/youtube-transcript-1.3.1.tgz",
"integrity": "sha512-NDCjwad113TGybbYF51y9Z4tcwzBHUZWQdF9veULNca18L+FdDbHHtTHIr69WVa3bB90l67S8kN0HtL2JO9fhg==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}
}
}