- 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
3 lines
47 B
Python
3 lines
47 B
Python
# crawl4ai/_version.py
|
|
__version__ = "0.4.247"
|