feat(deps): Enable curl-cffi for yt-dlp and update dependencies

This enables the curl-cffi extra for the  package.

This also includes updates to other Python dependencies as a result of re-locking the Pipfile.
This commit is contained in:
outlook84 2025-07-24 18:51:11 +08:00
parent cc455f2256
commit a21409f1a6
2 changed files with 905 additions and 532 deletions

View File

@ -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 = "*"

1435
Pipfile.lock generated

File diff suppressed because it is too large Load Diff