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

Method __init__

crawl4ai/crawler_strategy.py:62–64  ·  view source on GitHub ↗
(self, use_cached_html = False)

Source from the content-addressed store, hash-verified

60
61class CloudCrawlerStrategy(CrawlerStrategy):
62 def __init__(self, use_cached_html = False):
63 super().__init__()
64 self.use_cached_html = use_cached_html
65
66 def crawl(self, url: str) -> str:
67 data = {

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected