Item Pipelines¶
- class kingfisher_scrapy.pipelines.BasePipeline(crawler)[source]¶
Base class for pipelines that need access to the spider instance.
- class kingfisher_scrapy.pipelines.Validate[source]¶
Drops duplicate files based on
file_nameand file items based onfile_nameandnumber.
- class kingfisher_scrapy.pipelines.Sample(crawler)[source]¶
Drops items and closes the spider once the sample size is reached.