11 lines
177 B
Python
11 lines
177 B
Python
|
BOT_NAME = "unloze_events"
|
||
|
|
||
|
SPIDER_MODULES = ['scrape_event']
|
||
|
|
||
|
EXT_SETTINGS = {
|
||
|
"ITEM_PIPELINES": {
|
||
|
"pipelines.contentPipeline": 1
|
||
|
},
|
||
|
"DOWNLOAD_DELAY" : 0
|
||
|
}
|