fix(downloading): migrate from @distube/ytdl-core to ytdlp-nodejs yt downloading library
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user