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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user