Fix issue in 0.4.24 walkthrough

This commit is contained in:
UncleCode 2024-12-31 21:07:58 +08:00
parent 19b0a5ae82
commit bd66befcf0

View File

@ -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