Skip to content

Commit

Permalink
Merge pull request #57 from nichuanfang/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nichuanfang authored Jul 9, 2024
2 parents d8c2561 + 9adedd7 commit 19988a5
Show file tree
Hide file tree
Showing 8 changed files with 658 additions and 2,008 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/update_dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,11 @@ jobs:
with:
python-version: '3.11'

# 更新yt-dlp
- name: Update yt-dlp
continue-on-error: true
run: |
pip install pipenv
pipenv sync
VER=`pipenv run pip list -o | awk '$1 == "yt-dlp" {print $3}'`
if [ -n "$VER" ]; then
pipenv update yt-dlp
git config --global user.email "updater@metube"
git config --global user.name "AutoUpdater"
git commit -m 'upgraded yt-dlp' Pipfile.lock
git push
fi
python update_ytdlp.py
pip install -r requirements.txt
- name: release-drafter
id: release-drafter
Expand Down
17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

1,368 changes: 0 additions & 1,368 deletions Pipfile.lock

This file was deleted.

Loading

0 comments on commit 19988a5

Please sign in to comment.