From 3e769a9c6c7a3f438e63abd6339f6c9c1a65a13d Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 31 Dec 2024 21:07:33 +0800 Subject: [PATCH] Fix issue in 0.4.24 walkthrough --- docs/examples/v0_4_24_walkthrough.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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