feat(proxy): add proxy rotation support and documentation
Implements dynamic proxy rotation functionality with authentication support and IP verification. Updates include: - Added proxy rotation demo in features example - Updated proxy configuration handling in BrowserManager - Added proxy rotation documentation - Updated README with new proxy rotation feature - Bumped version to 0.4.3b2 This change enables users to dynamically switch between proxies and verify IP addresses for each request.
This commit is contained in:
@@ -38,7 +38,7 @@ async with AsyncWebCrawler(config=browser_config) as crawler:
|
||||
|
||||
Here's the corrected documentation:
|
||||
|
||||
## Rotating Proxies [COMING SOON]
|
||||
## Rotating Proxies
|
||||
|
||||
Example using a proxy rotation service dynamically:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user