add yt-dlp extra option to auto-updater
This commit is contained in:
parent
a21409f1a6
commit
54c17804f4
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
pipenv sync
|
pipenv sync
|
||||||
VER=`pipenv run pip list -o | awk '$1 == "yt-dlp" {print $3}'`
|
VER=`pipenv run pip list -o | awk '$1 == "yt-dlp" {print $3}'`
|
||||||
if [ -n "$VER" ]; then
|
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.email "updater@metube"
|
||||||
git config --global user.name "AutoUpdater"
|
git config --global user.name "AutoUpdater"
|
||||||
git commit -m 'upgraded yt-dlp' Pipfile.lock
|
git commit -m 'upgraded yt-dlp' Pipfile.lock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue