Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/md_v2/assets/llm.txt/txt/config_objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ config = CrawlerRunConfig(

# Hierarchical content selection
config = CrawlerRunConfig(
css_selector=["#main-content", ".article-wrapper"], # Top-level extraction
css_selector="#main-content, .article-wrapper", # Top-level extraction
target_elements=[ # Subset for processing
".article-title",
".article-body",
Expand Down Expand Up @@ -1168,4 +1168,4 @@ async def performance_optimized_crawling():

**📖 Learn more:** [Complete Parameter Reference](https://docs.crawl4ai.com/api/parameters/), [Content Filtering](https://docs.crawl4ai.com/core/markdown-generation/), [Session Management](https://docs.crawl4ai.com/advanced/session-management/), [Network Capture](https://docs.crawl4ai.com/advanced/network-console-capture/)

**📖 Learn more:** [Hooks & Authentication](https://docs.crawl4ai.com/advanced/hooks-auth/), [Session Management](https://docs.crawl4ai.com/advanced/session-management/), [Network Monitoring](https://docs.crawl4ai.com/advanced/network-console-capture/), [Page Interaction](https://docs.crawl4ai.com/core/page-interaction/), [File Downloads](https://docs.crawl4ai.com/advanced/file-downloading/)
**📖 Learn more:** [Hooks & Authentication](https://docs.crawl4ai.com/advanced/hooks-auth/), [Session Management](https://docs.crawl4ai.com/advanced/session-management/), [Network Monitoring](https://docs.crawl4ai.com/advanced/network-console-capture/), [Page Interaction](https://docs.crawl4ai.com/core/page-interaction/), [File Downloads](https://docs.crawl4ai.com/advanced/file-downloading/)
2 changes: 1 addition & 1 deletion docs/md_v2/assets/llm.txt/txt/llms-full-v0.1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ config = CrawlerRunConfig(

# Hierarchical content selection
config = CrawlerRunConfig(
css_selector=["#main-content", ".article-wrapper"], # Top-level extraction
css_selector="#main-content, .article-wrapper", # Top-level extraction
target_elements=[ # Subset for processing
".article-title",
".article-body",
Expand Down
2 changes: 1 addition & 1 deletion docs/md_v2/assets/llm.txt/txt/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ config = CrawlerRunConfig(

# Hierarchical content selection
config = CrawlerRunConfig(
css_selector=["#main-content", ".article-wrapper"], # Top-level extraction
css_selector="#main-content, .article-wrapper", # Top-level extraction
target_elements=[ # Subset for processing
".article-title",
".article-body",
Expand Down