Merge pull request #730 from outlook84/master
feat(deps): Enable curl-cffi for yt-dlp and update dependencies
This commit is contained in:
commit
e83b665573
|
|
@ -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
|
||||||
|
|
|
||||||
2
Pipfile
2
Pipfile
|
|
@ -9,7 +9,7 @@ pylint = "*"
|
||||||
[packages]
|
[packages]
|
||||||
aiohttp = "*"
|
aiohttp = "*"
|
||||||
python-socketio = "~=5.0"
|
python-socketio = "~=5.0"
|
||||||
yt-dlp = "*"
|
yt-dlp = { version = "*", extras = ["default", "curl-cffi"] }
|
||||||
mutagen = "*"
|
mutagen = "*"
|
||||||
curl-cffi = "*"
|
curl-cffi = "*"
|
||||||
watchfiles = "*"
|
watchfiles = "*"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue