Archived
1
0

One spider should have it's own folder

This commit is contained in:
Jip J. Dekker 2014-03-27 13:18:55 +01:00
parent bdcf359da7
commit 8e9314e753
3 changed files with 2 additions and 6 deletions

View File

@ -8,8 +8,8 @@
BOT_NAME = 'FourmiCrawler'
SPIDER_MODULES = ['FourmiCrawler.spiders']
NEWSPIDER_MODULE = 'FourmiCrawler.spiders'
SPIDER_MODULES = ['FourmiCrawler']
NEWSPIDER_MODULE = 'FourmiCrawler'
ITEM_PIPELINES = {
'FourmiCrawler.pipelines.FourmiPipeline': 100
}

View File

@ -1,4 +0,0 @@
# This package will contain the spiders of your Scrapy project
#
# Please refer to the documentation for information on how to create and manage
# your spiders.