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

Method fetch_page_wrapper

crawl4ai/web_crawler.py:82–83  ·  view source on GitHub ↗
(url_model, *args, **kwargs)

Source from the content-addressed store, hash-verified

80 ) -> List[CrawlResult]:
81 extraction_strategy = extraction_strategy or NoExtractionStrategy()
82 def fetch_page_wrapper(url_model, *args, **kwargs):
83 return self.fetch_page(url_model, *args, **kwargs)
84
85 with ThreadPoolExecutor() as executor:
86 results = list(

Callers

nothing calls this directly

Calls 1

fetch_pageMethod · 0.95

Tested by

no test coverage detected