1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-31 02:57:15 +00:00

[rh:curl_cffi] Support curl_cffi 0.10.x (#12670)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2025-03-23 00:15:20 +01:00
committed by GitHub
parent be5af3f9e9
commit 9bf23902ce
5 changed files with 71 additions and 35 deletions

View File

@@ -55,8 +55,7 @@ default = [
"websockets>=13.0",
]
curl-cffi = [
"curl-cffi==0.5.10; os_name=='nt' and implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,<0.7.2; os_name!='nt' and implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.11; implementation_name=='cpython'",
]
secretstorage = [
"cffi",