requests are created with a parse_item linkextractor, that's what I need to catch. but he is always _response_downloaded
def process_response(self,request, response, spider): print request.callback.__str__() #выводит всегда _response_downloaded requests are created with a parse_item linkextractor, that's what I need to catch. but he is always _response_downloaded
def process_response(self,request, response, spider): print request.callback.__str__() #выводит всегда _response_downloaded Source: https://ru.stackoverflow.com/questions/533207/
All Articles