unclecode
6a728cbe5b
feat: add stealth mode and enhance undetected browser support
- Add playwright-stealth integration with enable_stealth parameter in BrowserConfig
- Merge undetected browser strategy into main async_crawler_strategy.py using adapter pattern
- Add browser adapters (BrowserAdapter, PlaywrightAdapter, UndetectedAdapter) for flexible browser switching
- Update install.py to install both playwright and patchright browsers automatically
- Add comprehensive documentation for anti-bot features (stealth mode + undetected browser)
- Create examples demonstrating stealth mode usage and comparison tests
- Update pyproject.toml and requirements.txt with patchright>=1.49.0 and other dependencies
- Remove duplicate/unused dependencies (alphashape, cssselect, pyperclip, shapely, selenium)
- Add dependency checker tool in tests/check_dependencies.py
Breaking changes: None - all existing functionality preserved
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 16:59:10 +08:00
..
2025-07-17 16:59:10 +08:00
2025-07-09 09:41:03 +02:00
2025-06-10 18:08:27 +08:00
2025-04-23 19:02:39 +08:00
2025-06-18 19:05:44 +02:00
2025-01-22 20:51:46 +08:00
2025-07-12 19:08:17 +08:00
2025-07-17 16:59:10 +08:00
2025-07-09 09:41:03 +02:00
2025-05-17 19:03:51 +08:00
2025-05-16 21:44:56 +08:00
2025-05-17 19:03:51 +08:00
2025-07-08 15:48:40 +02:00