From 0a2ec979cd9ed488b216ac275d8bf2da7a6608ca Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:51:24 +0300 Subject: [PATCH] README: impersonates - add `firefox_109`, `firefox_133` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d92ce2e..c21d2ee 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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