aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbashonly <bashonly@protonmail.com>2024-07-03 15:00:20 -0500
committerbashonly <88596187+bashonly@users.noreply.github.com>2024-07-09 18:36:15 -0500
commit4f8448896e6a664956ec2aa3d9fe932a931fb711 (patch)
tree28c1c924ba5642ed22a590b17428ec38da17c743
parent4521f30d1479315cd5c3bf4abdad19391952df98 (diff)
[build] Include `curl_cffi` in `yt-dlp_x86.exe`
Authored by: bashonly
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12ec5b0d8..63bc8713a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -468,7 +468,7 @@ jobs:
- name: Install Requirements
run: |
python devscripts/install_deps.py -o --include build
- python devscripts/install_deps.py
+ python devscripts/install_deps.py --include curl-cffi
python -m pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-6.7.0-py3-none-any.whl"
- name: Prepare
diff --git a/README.md b/README.md
index 08cca0a45..f13562ae9 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ The following provide support for impersonating browser requests. This may be re
* [**curl_cffi**](https://github.com/yifeikong/curl_cffi) (recommended) - Python binding for [curl-impersonate](https://github.com/lwthiker/curl-impersonate). Provides impersonation targets for Chrome, Edge and Safari. Licensed under [MIT](https://github.com/yifeikong/curl_cffi/blob/main/LICENSE)
* Can be installed with the `curl-cffi` group, e.g. `pip install "yt-dlp[default,curl-cffi]"`
- * Currently included in `yt-dlp.exe`, `yt-dlp_linux` and `yt-dlp_macos` builds
+ * Currently included in `yt-dlp.exe`, `yt-dlp_x86.exe`, `yt-dlp_linux` and `yt-dlp_macos` builds
### Metadata