Way to process every item that Scrapy outputs.
An Item Pipeline is a python class that overrides some specific methods and needs to be activated on the settings of the scrapy project.
settings