This method has the same purpose as the one in XMLFeedSpider
(
self, response: Response, results: Iterable[Any]
)
| 126 | headers: list[str] | None = None |
| 127 | |
| 128 | def process_results( |
| 129 | self, response: Response, results: Iterable[Any] |
| 130 | ) -> Iterable[Any]: |
| 131 | """This method has the same purpose as the one in XMLFeedSpider""" |
| 132 | return results |
| 133 | |
| 134 | def adapt_response(self, response: Response) -> Response: |
| 135 | """This method has the same purpose as the one in XMLFeedSpider""" |