add yt-dlp extra option to auto-updater

This commit is contained in:
outlook84 2025-07-25 11:23:47 +08:00
parent a21409f1a6
commit 54c17804f4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
pipenv sync
VER=`pipenv run pip list -o | awk '$1 == "yt-dlp" {print $3}'`
if [ -n "$VER" ]; then
pipenv update yt-dlp
pipenv update yt-dlp[default,curl-cffi]
git config --global user.email "updater@metube"
git config --global user.name "AutoUpdater"
git commit -m 'upgraded yt-dlp' Pipfile.lock