Files
crawl4ai/crawl4ai/__version__.py
UncleCode 72fbdac467 fix(extraction): JsonCss selector and crawler improvements
- Fix JsonCssExtractionStrategy._get_elements to return all matching elements instead of just one
- Add robust error handling to page_need_scroll with default fallback
- Improve JSON extraction strategies documentation
- Refactor content scraping strategy
- Update version to 0.4.247
2025-01-05 19:26:46 +08:00

3 lines
47 B
Python

# crawl4ai/_version.py
__version__ = "0.4.247"