Skip to content

Commit 26b2c17

Browse files
authored
Update README.md
1 parent 3f61aba commit 26b2c17

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ asyncio.run(main())
7474

7575
```python
7676
result = scrappey.get(
77-
url="https://protected-site.com",
78-
cloudflareBypass=True,
79-
premiumProxy=True,
80-
proxyCountry="UnitedStates",
77+
url="https://protected-site.com"
8178
)
8279

8380
if result["data"] == "success":
@@ -143,8 +140,7 @@ result = scrappey.post(
143140
```python
144141
result = scrappey.get(
145142
url="https://site-with-captcha.com",
146-
automaticallySolveCaptchas=True,
147-
alwaysLoad=["recaptcha", "hcaptcha", "turnstile"],
143+
automaticallySolveCaptchas=True
148144
)
149145
```
150146

@@ -203,8 +199,6 @@ Scrappey(
203199
| `request(options)` | Send request with full options dict |
204200
| `create_session(**options)` | Create a new session |
205201
| `destroy_session(session)` | Destroy a session |
206-
| `list_sessions()` | List all active sessions |
207-
| `is_session_active(session)` | Check if session is active |
208202
| `browser_action(url, actions, **options)` | Execute browser actions |
209203
| `screenshot(url, **options)` | Capture screenshot |
210204

0 commit comments

Comments
 (0)