MCPcopy
hub / github.com/unclecode/crawl4ai / crawl

Method crawl

crawl4ai/crawler_strategy.py:46–47  ·  view source on GitHub ↗
(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

44class CrawlerStrategy(ABC):
45 @abstractmethod
46 def crawl(self, url: str, **kwargs) -> str:
47 pass
48
49 @abstractmethod
50 def take_screenshot(self, save_path: str):

Callers 4

run_oldMethod · 0.45
runMethod · 0.45
arunMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected