I have a Scrapy project with several spiders along with several pipelines. Is there a way I can tell Spider A to use pipeline A, etc.
My pipelines.py has several pipeline classes, each of which does something different, and I want it to tell the spider to use a specific pipeline.
I see no obvious ways to look at the available scrapy commands for this ...
source share