1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-20 13:51:20 +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

@@ -20,7 +20,7 @@ INCLUDES=(
)
if [[ -z "${EXCLUDE_CURL_CFFI:-}" ]]; then
INCLUDES+=(--include-extra curl-cffi)
INCLUDES+=(--include-extra build-curl-cffi)
fi
runpy -m venv /yt-dlp-build-venv