MCPcopy
hub / github.com/scrapy/scrapy / _extract_links

Method _extract_links

scrapy/linkextractors/lxmlhtml.py:258–259  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

256 return self.link_extractor._process_links(links)
257
258 def _extract_links(self, *args: Any, **kwargs: Any) -> list[Link]:
259 return self.link_extractor._extract_links(*args, **kwargs)
260
261 def extract_links(self, response: TextResponse) -> list[Link]:
262 """Returns a list of :class:`~scrapy.link.Link` objects from the

Callers 1

extract_linksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected