scrapy-deltafetch icon indicating copy to clipboard operation
scrapy-deltafetch copied to clipboard

Request fingerprint does not work with other item types except scrapy.item.Item

Open InzamamAnwar opened this issue 1 year ago • 1 comments

Testing with latest version of Scrapy, I found out that yielding Dataclass objects do not work with scrapy-deltafetch. If the object type is changed to scrapy.item.Item the plugin works as intended.

Has anyone else tried it?

What if using dataclass is necessary?

InzamamAnwar avatar May 18 '23 10:05 InzamamAnwar