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:
UncleCode
2025-01-22 16:11:01 +08:00
parent 88697c4630
commit dee5fe9851
5 changed files with 68 additions and 4 deletions

View File

@@ -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: