crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

Docs: Wrong parameter name in AsyncWebCrawler.arun docstring

Open AkosLukacs opened this issue 2 months ago • 1 comments

Summary

There is an error in the docstring of AsyncWebCrawler.arun: the parameter is called config, not crawler_config.

List of files changed and why

crawl4ai/async_webcrawler.py - see summary

How Has This Been Tested?

This is a docstring change, I assume it will work :)

Summary by CodeRabbit

  • Refactor
    • Aligned internal crawler invocation to use a standardized configuration parameter for consistency; no behavior or API changes.
  • Documentation
    • Updated docstrings to reflect current configuration parameter naming and usage.
  • Style
    • Minor formatting cleanup (newline at end of file).

No user-facing changes or breaking changes in this release.

AkosLukacs avatar Sep 17 '25 08:09 AkosLukacs