diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-04-08 18:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 23:20:58 +0000 |
commit | b19ae095fdddd43c2a2c67d10fbe0d9a645bb98f (patch) | |
tree | 17d7945bcd072cb705c9e9dac5fc30f09b1e6302 /README.md | |
parent | 9590cc6b4768e190183d7d071a6c78170889116a (diff) |
[build] Do not include `curl_cffi` in `macos_legacy` (#9653)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,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]` - * Only included in `yt-dlp.exe`, `yt-dlp_macos` and `yt-dlp_macos_legacy` builds + * Currently only included in `yt-dlp.exe` and `yt-dlp_macos` builds ### Metadata |