One spider should have it's own folder
This commit is contained in:
parent
bdcf359da7
commit
8e9314e753
@ -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
|
||||
}
|
||||
|
@ -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.
|
Reference in New Issue
Block a user