1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-25 08:11:41 +00:00

[rh:curl_cffi] Support curl_cffi 0.14.x (#15613)

Closes #11860
Authored by: bashonly
This commit is contained in:
bashonly
2026-01-18 17:40:37 -06:00
committed by GitHub
parent dde5eab3b3
commit 9ab4777b97
4 changed files with 10 additions and 6 deletions

View File

@@ -59,7 +59,11 @@ default = [
"yt-dlp-ejs==0.3.2",
]
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.14; implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.15; implementation_name=='cpython'",
]
build-curl-cffi = [
"curl-cffi==0.13.0; sys_platform=='darwin' or (sys_platform=='linux' and platform_machine!='armv7l')",
"curl-cffi==0.14.0; sys_platform=='win32' or (sys_platform=='linux' and platform_machine=='armv7l')",
]
secretstorage = [
"cffi",