mirror of https://github.com/scrapy/scrapy.git
Merge pull request #590 from Digenis/master
downloaderMW doc typo (spiderMW doc copy remnant)
This commit is contained in:
commit
9caf37553e
|
|
@ -38,7 +38,7 @@ previous (or subsequent) middleware being applied.
|
|||
If you want to disable a built-in middleware (the ones defined in
|
||||
:setting:`DOWNLOADER_MIDDLEWARES_BASE` and enabled by default) you must define it
|
||||
in your project's :setting:`DOWNLOADER_MIDDLEWARES` setting and assign `None`
|
||||
as its value. For example, if you want to disable the off-site middleware::
|
||||
as its value. For example, if you want to disable the user-agent middleware::
|
||||
|
||||
DOWNLOADER_MIDDLEWARES = {
|
||||
'myproject.middlewares.CustomDownloaderMiddleware': 543,
|
||||
|
|
|
|||
Loading…
Reference in New Issue