zhangjinkun 6 жил өмнө
parent
commit
6295f31014

+ 1 - 1
src/jy/extract/extract.go

@@ -21,7 +21,7 @@ var (
 	TaskList  map[string]*ExtractTask                //任务列表
 	saveLimit = 200                                  //抽取日志批量保存
 
-	Fields = `{"title":1,"detail":1,"contenthtml":1,"href":1,"spidercode":1:"toptype":1,"area":1,"city":1}`
+	Fields = `{"title":1,"detail":1,"contenthtml":1,"href":1,"spidercode":1,"toptype":1,"area":1,"city":1}`
 )
 
 //启动抽取