Skip to content

Instantly share code, notes, and snippets.

@datahutrepo
Created October 5, 2016 06:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save datahutrepo/03d2c938aa2ed47c44aa4c077932b32c to your computer and use it in GitHub Desktop.
# Configure item pipelines
# See http://scrapy.readthedocs.org/en/latest/topics/item-pipeline.html
ITEM_PIPELINES = {
'amazon.pipelines.AmazonPipeline': 300,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment