scrachy.settings.defaults.fingerprinter.SCRACHY_REQUEST_FINGERPRINTER_HASHER_CLASS
- scrachy.settings.defaults.fingerprinter.SCRACHY_REQUEST_FINGERPRINTER_HASHER_CLASS: str | Type[Hasher] = 'hashlib.sha1'
The hash algorithm to use for fingerprinting the
scrapy.http.Request. It can either be specified as an import path to a class implementing theHasherprotocol or aHasherclass directly.