Skip to content

Commit

Permalink
Update README notes about curl_cffi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Mar 15, 2024
1 parent 79a6999 commit fbafe3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ While all the other dependencies are optional, `ffmpeg` and `ffprobe` are highly

#### Impersonation

The following provide support for impersonating browser requests. This may be required for some sites that employ TLS fingerprinting and other checks.
* [**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)
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)
* Install with `yt-dlp[curl_cffi]` group
* Only included in `yt-dlp.exe`, `yt-dlp_macos` and `yt-dlp_macos_legacy` builds


### Metadata
Expand Down

0 comments on commit fbafe3d

Please sign in to comment.