removed bot logging messages

This commit is contained in:
2026-05-10 13:39:24 +01:00
parent ee746d0abe
commit 54000adeaa
5 changed files with 38 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ async def get_clean_content(url: str):
js_code="window.scrollTo(0, document.body.scrollHeight);",
magic=True
)
async with AsyncWebCrawler(config=browser_conf) as crawler:
result = await crawler.arun(url=url, config=run_conf)
return result.markdown