MCPcopy
hub / github.com/scrapy/scrapy / start

Method start

scrapy/spiders/sitemap.py:56–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self._follow: list[re.Pattern[str]] = [regex(x) for x in self.sitemap_follow]
55
56 async def start(self) -> AsyncIterator[Any]:
57 for url in self.sitemap_urls:
58 yield Request(url, self._parse_sitemap)
59
60 def sitemap_filter(
61 self, entries: Iterable[dict[str, Any]]

Callers

nothing calls this directly

Calls 1

RequestClass · 0.90

Tested by

no test coverage detected