Commit Graph

3 Commits

Author SHA1 Message Date
UncleCode
72d8e679ad feat(pipeline): add high-level Crawler utility class for simplified web crawling
Add new Crawler class that provides a simplified interface for both single and batch URL crawling operations. Key features include:
- Simple single URL crawling with configurable options
- Parallel batch crawling with concurrency control
- Shared browser hub support for resource efficiency
- Progress tracking and custom retry strategies
- Comprehensive error handling and retry logic

Remove demo and extended test files in favor of new focused test suite.
2025-04-07 22:50:44 +08:00
UncleCode
67a790b4a6 Add test file for Pipeline batch crawl. 2025-04-06 19:38:31 +08:00
UncleCode
d95b2dc9f2 Some refactoring, movie pipelin submodule folder into the main. 2025-04-06 18:28:28 +08:00