MCPcopy
hub / github.com/scrapy/scrapy / parse_row

Method parse_row

scrapy/spiders/feed.py:138–140  ·  view source on GitHub ↗

This method must be overridden with your custom spider functionality

(self, response: Response, row: dict[str, str])

Source from the content-addressed store, hash-verified

136 return response
137
138 def parse_row(self, response: Response, row: dict[str, str]) -> Any:
139 """This method must be overridden with your custom spider functionality"""
140 raise NotImplementedError
141
142 def parse_rows(self, response: Response) -> Any:
143 """Receives a response and a dict (representing each row) with a key for

Callers 1

parse_rowsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected