Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
tberkane committed Jan 6, 2025
1 parent d73d2bf commit e2e87d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crawl4ai/async_webcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,9 @@ async def aprocess_html(
tag="SCRAPE",
params={"url": _url, "timing": int((time.perf_counter() - t1) * 1000)},
)

print(
f"{extracted_content=}, {config.extraction_strategy=}, {config.chunking_strategy=}, {isinstance(config.extraction_strategy, NoExtractionStrategy)=}"
)
# Handle content extraction if needed
if (
extracted_content is None
Expand Down

0 comments on commit e2e87d9

Please sign in to comment.