mirror of https://github.com/scrapy/scrapy.git
Enhancement: Update docs to include IgnoreRequest details (#6506)
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
b042ad255d
commit
261c4b61dc
|
|
@ -876,7 +876,7 @@ REDIRECT_MAX_TIMES
|
|||
Default: ``20``
|
||||
|
||||
The maximum number of redirections that will be followed for a single request.
|
||||
After this maximum, the request's response is returned as is.
|
||||
If maximum redirections are exceeded, the request is aborted and ignored.
|
||||
|
||||
MetaRefreshMiddleware
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue