File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,16 @@ callback
9696 - type: string
9797 - optional
9898
99- Should exist as method of scheduled spider, does not need to contain self.
99+ Must exist as method of scheduled spider, does not need to contain string " self" .
100100 If not passed or not found on spider default callback `parse `_ will be used.
101101
102+ errback
103+ - type: string
104+ - optional
105+
106+ Scrapy errback for request made from spider. It must exist as method of
107+ scheduled spider, otherwise exception will be raised. String does not need to contain 'self'.
108+
102109max_requests
103110 - type: integer
104111 - optional
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '0.10 '
58+ version = '0.12 '
5959# The full version, including alpha/beta/rc tags.
60- release = '0.10 '
60+ release = '0.12 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments