Scrapy will continue to process scheduled requests, it does not terminate the crawl if a request callback does not return anything.
On 8 July 2014 04:25, Andrew Pashkin <[email protected]> wrote: > If return None or an empty list from a Request callback - scraping will > be terminated. What if I want just ignore this request and continue process > scheduled requests? > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
