mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 20:04:09 +00:00
Clarified behaviour when multiple rules match the same link in CrawlSpider
This commit is contained in:
parent
65fc2fbd1f
commit
c5499ead73
@ -222,7 +222,9 @@ CrawlSpider
|
||||
|
||||
Which is a list of one (or more) :class:`Rule` objects. Each :class:`Rule`
|
||||
defines a certain behaviour for crawling the site. Rules objects are
|
||||
described below.
|
||||
described below. If multiple rules match the same link, the first one
|
||||
will be used, according to the order they're defined in this attribute.
|
||||
|
||||
|
||||
Crawling rules
|
||||
~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user