Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipehertzer committed Jul 28, 2021
1 parent ff04032 commit dff927e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Or
|desktop|(boolean)|True|
|platform|(string) `'linux', 'windows', 'darwin', 'android', 'ios'`|None|
|custom|(string)|None|
|ecdhCurve|(string)|prime256v1|
#### Example

```python
Expand Down Expand Up @@ -186,7 +187,7 @@ scraper = cloudscraper.create_scraper(
}
)

# Some servers require the use of a more complex ecdh curve than the default "prime256v1", to change the encryption type use the ecdhCurve parameter
# Some servers require the use of a more complex ecdh curve than the default "prime256v1"
# It may can solve handshake failure
scraper = cloudscraper.create_scraper(
ecdhCurve='secp384r1'
Expand Down

0 comments on commit dff927e

Please sign in to comment.