diff --git a/docs/examples/v0_4_24_walkthrough.py b/docs/examples/v0_4_24_walkthrough.py index c80727dd..a4e1aaa3 100644 --- a/docs/examples/v0_4_24_walkthrough.py +++ b/docs/examples/v0_4_24_walkthrough.py @@ -17,7 +17,8 @@ from crawl4ai import ( BrowserConfig, CrawlerRunConfig, CacheMode, - LLMExtractionStrategy + LLMExtractionStrategy, + JsonCssExtractionStrategy ) from crawl4ai.content_filter_strategy import RelevantContentFilter from crawl4ai.markdown_generation_strategy import DefaultMarkdownGenerator