提交 baaa0777 编写于 作者: A Alexander Chekunkov

added note about RFPDupeFilter.request_fingerprint overriding to the settings documentation

上级 6e4c77c6
......@@ -408,7 +408,9 @@ Default: ``'scrapy.dupefilter.RFPDupeFilter'``
The class used to detect and filter duplicate requests.
The default (``RFPDupeFilter``) filters based on request fingerprint using
the ``scrapy.utils.request.request_fingerprint`` function.
the ``scrapy.utils.request.request_fingerprint`` function. In order to change
the way duplicates are checked you could subclass ``RFPDupeFilter`` and
override its ``request_fingerprint`` method.
.. setting:: DUPEFILTER_DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册