fix(downloading): migrate from @distube/ytdl-core to ytdlp-nodejs yt downloading library

This commit is contained in:
Raiper34
2025-11-15 15:05:31 +00:00
parent 4be3743f7b
commit 5795f7cc17
5 changed files with 48 additions and 82 deletions
+16 -4
View File
@@ -20361,15 +20361,26 @@
"yt-search-video": "bin/mpv_video.sh"
}
},
"node_modules/ytdlp-nodejs": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/ytdlp-nodejs/-/ytdlp-nodejs-2.3.5.tgz",
"integrity": "sha512-7V08DRv8C1K0HxJFvRoaoLYFS/reJ9VJBlaMVhEvdi2IsYK/9Hae1Mah65Y+bhk3RAmx7G9eTfpOhkj3bp0Zbw==",
"hasInstallScript": true,
"bin": {
"ytdlp-nodejs": "dist/cli.js"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/zone.js": {
"version": "0.15.0",
"license": "MIT"
},
"src/backend": {
"version": "2.1.1",
"version": "2.2.0",
"license": "UNLICENSED",
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"@nestjs/bullmq": "^10.2.3",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.2",
@@ -20390,7 +20401,8 @@
"rxjs": "^7.8.1",
"spotify-url-info": "^3.2.18",
"sqlite3": "^5.1.7",
"yt-search": "^2.12.1"
"yt-search": "^2.12.1",
"ytdlp-nodejs": "^2.3.5"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -20825,7 +20837,7 @@
}
},
"src/frontend": {
"version": "2.1.1",
"version": "2.2.0",
"dependencies": {
"@angular/animations": "^19.0.6",
"@angular/common": "^19.0.6",