scrapy-mysql-pipeline
scrapy-mysql-pipeline copied to clipboard
process_item must "return" not "yield"
process_item should "return", not "yield". Otherwise, None is written to the log.
see: https://docs.scrapy.org/en/latest/topics/item-pipeline.html