Merge pull request #730 from outlook84/master

feat(deps): Enable curl-cffi for yt-dlp and update dependencies
This commit is contained in:
Alex 2025-07-27 12:12:12 +03:00 committed by GitHub
commit e83b665573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 906 additions and 533 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "~=5.0"
yt-dlp = "*"
yt-dlp = { version = "*", extras = ["default", "curl-cffi"] }
mutagen = "*"
curl-cffi = "*"
watchfiles = "*"

1435
Pipfile.lock generated

File diff suppressed because it is too large Load Diff