add yt-dlp extra option to auto-updater
This commit is contained in:
parent
a21409f1a6
commit
54c17804f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-yt-dlp.yml
vendored
2
.github/workflows/update-yt-dlp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue