parent
d3a82382d6
commit
6c1bb870e4
|
@ -65,6 +65,7 @@ DOWNLOADER_MIDDLEWARES = {
|
||||||
# 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 = {
|
||||||
'dagongwangPro.pipelines.DagongwangproPipeline': 300,
|
'dagongwangPro.pipelines.DagongwangproPipeline': 300,
|
||||||
|
'dagongwangPro.pipelines.mysqlPileLine': 301,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable and configure the AutoThrottle extension (disabled by default)
|
# Enable and configure the AutoThrottle extension (disabled by default)
|
||||||
|
|
Loading…
Reference in New Issue