]> jfr.im git - yt-dlp.git/blobdiff - README.md
[build] Normalize `curl_cffi` group to `curl-cffi` (#9698)
[yt-dlp.git] / README.md
index 08afff201a349f0afc15baa0abaf12764ef26f66..37da789cf6f168e518fb14c0d2591befd31917f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ #### Impersonation
 The following provide support for impersonating browser requests. This may be required for some sites that employ TLS fingerprinting. 
 
 * [**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]`
+  * Can be installed with the `curl-cffi` group, e.g. `pip install yt-dlp[default,curl-cffi]`
   * Currently only included in `yt-dlp.exe` and `yt-dlp_macos` builds