Explorar o código

历史补漏下载记录存储到spider_listdata

maxiaoshan %!s(int64=3) %!d(string=hai) anos
pai
achega
c180aa6bc8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/spider/spider.go

+ 1 - 0
src/spider/spider.go

@@ -370,6 +370,7 @@ func (s *Spider) HistoricalMendDownloadDetailItem(p interface{}) {
 		return
 	}
 	db := HexToBigIntMod(href)
+	SaveListPageData(paramdata)                                                         //存储采集记录
 	isExist, _ := util.ExistRedis("title_repeat_fulljudgement", db, "url_repeat_"+href) //取全量redis
 	//log.Println("full href:", href, " isExist:", isExist)
 	logger.Debug("full href:", href, " isExist:", isExist)