mirror of
https://github.com/alexta69/metube.git
synced 2026-06-16 16:20:07 +00:00
add yt-dlp extra option to auto-updater
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user