Skip to content

Instantly share code, notes, and snippets.

@nahali
Last active December 22, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahali/6434945 to your computer and use it in GitHub Desktop.
Save nahali/6434945 to your computer and use it in GitHub Desktop.
BOT_NAME = 'ProjetVinNicolas3'
SPIDER_MODULES = ['ProjetVinNicolas3.spiders']
NEWSPIDER_MODULE = 'ProjetVinNicolas3.spiders'
ITEM_PIPELINES = ['scrapy.contrib.pipeline.images.ImagesPipeline', 'ProjetVinNicolas3.pipelines.MyImagesPipeline']
IMAGE_STORE = '/img'
@redapple
Copy link

redapple commented Sep 6, 2013

ITEM_PIPELINES = ['ProjetVinNicolas3.pipelines.MyImagesPipeline']
IMAGES_STORE =  '/path/to/where/you/want/your/images'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment