collect optimization

This commit is contained in:
mubai
2026-03-30 21:47:26 +08:00
parent 0d258e90bd
commit 8a6bc33cad
23 changed files with 827 additions and 354 deletions

View File

@@ -25,7 +25,7 @@ func (sl *SpiderLogic) StartCollect(id string, h int) error {
}
// 存在则开启协程执行采集方法
go func() {
err := spider.HandleCollect(id, h)
err := spider.HandleCollectRefine(id, h)
if err != nil {
log.Printf("资源站[%s]采集任务执行失败: %s", id, err)
}