Skip to content

Commit

Permalink
README: impersonates - add firefox_109, firefox_133
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Dec 23, 2024
1 parent 26a3728 commit 0a2ec97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Client:
"safari_17.2.1","safari_17.4.1","safari_17.5","safari_18","safari_18.2","safari_ipad_18"
OkHttp: "okhttp_3.9","okhttp_3.11","okhttp_3.13","okhttp_3.14","okhttp_4.9","okhttp_4.10","okhttp_5"
Edge: "edge_101","edge_122","edge_127","edge_131"
Firefox: "firefox_109","firefox_133"
follow_redirects (bool, optional): Whether to follow redirects. Default is True.
max_redirects (int, optional): Maximum redirects to follow. Default 20. Applies if `follow_redirects` is True.
verify (bool, optional): Verify SSL certificates. Default is True.
Expand Down Expand Up @@ -154,6 +155,8 @@ resp.url

- OkHttp: `okhttp_3.9``okhttp_3.11``okhttp_3.13``okhttp_3.14``okhttp_4.9``okhttp_4.10``okhttp_5`

- Firefox: `firefox_109`, `firefox_133`

#### Examples

```python
Expand Down

0 comments on commit 0a2ec97

Please sign in to comment.