feat(docs): update examples and documentation to replace bypass_cache with cache_mode for improved clarity
This commit is contained in:
@@ -56,7 +56,7 @@ async def content_filtering_example():
|
||||
|
||||
result = await crawler.arun(
|
||||
url="https://openai.com/blog",
|
||||
extraction_strategy=content_filter
|
||||
content_filter=content_filter
|
||||
)
|
||||
|
||||
print(f"Filtered content: {result.extracted_content}")
|
||||
|
||||
Reference in New Issue
Block a user