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
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
node-version: '18.x'
- name: Set up docker builder
run: docker buildx create --name container --driver=docker-container
- name: Update @distube/ytdl-core and release
- name: Update ytdlp-nodejs and release
run: |
docker login --username=${{ secrets.DOCKER_USERNAME }} --password=${{ secrets.DOCKER_PASSWORD }}
npm ci --only=dev
@@ -30,7 +30,7 @@ jobs:
if git diff --exit-code; then
echo "NO changes detected"
else
npm update @distube/ytdl-core -w backend
npm update ytdlp-nodejs -w backend
git config --global user.email "updater@spooty"
git config --global user.name "AutoUpdater"
git add .