fix yt-dlp auto upgrade
This commit is contained in:
parent
8ea7dd0711
commit
66084df1f2
2 changed files with 2 additions and 9 deletions
1
.github/workflows/update-yt-dlp.yml
vendored
1
.github/workflows/update-yt-dlp.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
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[default,curl-cffi]
|
pipenv update yt-dlp[default,curl-cffi]
|
||||||
|
pipenv install
|
||||||
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
|
||||||
|
|
|
||||||
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "c287336ac18d52aa41651aed6a9c84cbb463c44dea5794dfe7a145109961b5f8"
|
"sha256": "486e1a750e518c9f5ac36c81dea35db4856fd8aea0dae289a9132d4e2519190c"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
@ -1249,14 +1249,6 @@
|
||||||
"markers": "python_full_version >= '3.9.0'",
|
"markers": "python_full_version >= '3.9.0'",
|
||||||
"version": "==3.3.11"
|
"version": "==3.3.11"
|
||||||
},
|
},
|
||||||
"colorama": {
|
|
||||||
"hashes": [
|
|
||||||
"sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
|
|
||||||
"sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
|
|
||||||
],
|
|
||||||
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
|
|
||||||
"version": "==0.4.6"
|
|
||||||
},
|
|
||||||
"dill": {
|
"dill": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0",
|
"sha256:0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue