Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
class
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_old
Method · 0.45
run
Method · 0.45
arun
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected