mirror of https://github.com/scrapy/scrapy.git
spelling: downloader
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
87fc92441f
commit
581eb2d1b4
|
|
@ -79,7 +79,7 @@ If it raises an exception, Scrapy will print it and exit.
|
|||
Examples::
|
||||
|
||||
def addon_configure(settings):
|
||||
settings.overrides['DOWNLADER_MIDDLEWARES'].update({
|
||||
settings.overrides['DOWNLOADER_MIDDLEWARES'].update({
|
||||
'scrapy.contrib.downloadermiddleware.httpcache.HttpCacheMiddleware': 900,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue