scrapy-mysql-pipeline icon indicating copy to clipboard operation
scrapy-mysql-pipeline copied to clipboard

process_item must "return" not "yield"

Open SoHardDay opened this issue 3 years ago • 0 comments

process_item should "return", not "yield". Otherwise, None is written to the log.

see: https://docs.scrapy.org/en/latest/topics/item-pipeline.html

SoHardDay avatar Jan 15 '22 09:01 SoHardDay