Skip to content

Commit

Permalink
Readme: impersonates - add edge_131, safari_18.1.1, safari_18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Dec 18, 2024
1 parent 2e53c4b commit 9f12629
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class Client:
"chrome_131"
Safari: "safari_ios_16.5","safari_ios_17.2","safari_ios_17.4.1","safari_15.3","safari_15.5","safari_15.6.1",
"safari_16","safari_16.5","safari_17.0","safari_17.2.1","safari_17.4.1","safari_17.5","safari_18",
"safari_ipad_18"
"safari_18.1.1","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: "edge_101","edge_122","edge_127","edge_131"
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 @@ -146,13 +146,13 @@ resp.url

#### Devices

- Chrome: `Chrome100``Chrome101``Chrome104``Chrome105``Chrome106``Chrome107``Chrome108``Chrome109``Chrome114``Chrome116``Chrome117``Chrome118``Chrome119``Chrome120``Chrome123``Chrome124``Chrome126``Chrome127``Chrome128``Chrome129``Chrome130``Chrome131`
- Chrome: `chrome_100``chrome_101``chrome_104``chrome_105``chrome_106``chrome_107``chrome_108``chrome_109``chrome_114``chrome_116``chrome_117``chrome_118``chrome_119``chrome_120``chrome_123``chrome_124``chrome_126``chrome_127``chrome_128``chrome_129``chrome_130``chrome_131`

- Edge: `Edge101``Edge122``Edge127`
- Edge: `edge_101``edge_122``edge_127`, `edge_131`

- Safari: `SafariIos17_2``SafariIos17_4_1``SafariIos16_5``Safari15_3``Safari15_5``Safari15_6_1``Safari16``Safari16_5``Safari17_0``Safari17_2_1``Safari17_4_1``Safari17_5``Safari18``SafariIPad18`
- Safari: `safari_ios_17.2``safari_ios_17.4.1``safari_ios_16.5``safari_15.3``safari_15.5``safari_15.6.1``safari_16``safari_16.5``safari_17.0``safari_17.2.1``safari_17.4.1``safari_17.5``safari_18``safari_18.1.1`, `safari_18.2`, `safari_ipad_18`

- OkHttp: `OkHttp3_9``OkHttp3_11``OkHttp3_13``OkHttp3_14``OkHttp4_9``OkHttp4_10``OkHttp5`
- OkHttp: `okhttp_3.9``okhttp_3.11``okhttp_3.13``okhttp_3.14``okhttp_4.9``okhttp_4.10``okhttp_5`

#### Examples

Expand Down

0 comments on commit 9f12629

Please sign in to comment.