Hello, There are some middlewares which provides variables to set in settings.py. For example, "RedirectMiddleware" provides "REDIRECT_ENABLED" and "REDIRECT_MAX_TIMES" settings. If we set this in settings.py, this settings will be applied to whole project so all spiders in that project.
Now if it requires to change any of these settings for specific spider, is there some way to override it in spider? Thanks, -- 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.
