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-06-10 18:08:27 +08:00
2025-02-21 19:55:02 +08:00
2025-07-12 18:51:13 +08:00
2025-04-29 23:04:32 +08:00
2024-12-31 19:45:02 +08:00
2025-07-17 16:59:10 +08:00
2025-07-17 16:59:10 +08:00
2025-07-12 18:51:13 +08:00
2025-03-07 23:14:11 +08:00
2025-04-10 23:22:38 +08:00