Version 1.3.2 - Ajout d'une solution viable pour Youtube

This commit is contained in:
2025-12-06 17:54:48 +01:00
parent a0cfe9ef2b
commit 4eae584706
5 changed files with 546 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "chopin-backend",
"version": "1.3.1",
"version": "1.3.2",
"description": "Discord Bot for music - Fetching everywhere !",
"main": "src/main.js",
"nodemonConfig": {
@@ -21,8 +21,8 @@
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.16.12",
"cors": "^2.8.5",
"debug": "^4.4.3",
"discord-player": "^7.1.0",
"discord.js": "^14.18.0",
"ffmpeg-static": "^5.2.0",
@@ -34,6 +34,7 @@
"libsodium-wrappers": "^0.7.15",
"loguix": "^1.4.2",
"mime-types": "^3.0.1",
"miniget": "^4.2.3",
"nodemon": "^3.1.10",
"pm2": "^6.0.11",
"socket.io": "^4.8.1",
@@ -42,7 +43,7 @@
"undici": "^7.16.0",
"uuid": "^11.1.0",
"webmetrik": "^0.1.4",
"youtubei.js": "^15.1.1",
"youtube-dl-exec": "^3.0.27",
"yt-search": "^2.13.1",
"ytfps": "^1.2.0"
}