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
+1 -1
View File
@@ -18,7 +18,7 @@
"changelog": "auto-changelog -p",
"release": "release-it",
"commit": "cz",
"check:lib": "npm-check-updates -w backend -f @distube/ytdl-core -u"
"check:lib": "npm-check-updates -w backend -f ytdlp-nodejs -u"
},
"devDependencies": {
"@release-it/bumper": "^7.0.1",