添加crawlab管道
This commit is contained in:
parent
bc562ffb10
commit
3ab7a8d025
@ -73,6 +73,7 @@ DEFAULT_REQUEST_HEADERS = {
|
|||||||
# See https://docs.scrapy.org/en/latest/topics/item-pipeline.html
|
# See https://docs.scrapy.org/en/latest/topics/item-pipeline.html
|
||||||
ITEM_PIPELINES = {
|
ITEM_PIPELINES = {
|
||||||
"linyidzwww.pipelines.LinyidzwwwPipeline": 300,
|
"linyidzwww.pipelines.LinyidzwwwPipeline": 300,
|
||||||
|
'crawlab.CrawlabPipeline': 888,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable and configure the AutoThrottle extension (disabled by default)
|
# Enable and configure the AutoThrottle extension (disabled by default)
|
||||||
|
Loading…
Reference in New Issue
Block a user