关键词
This commit is contained in:
parent
60d8e4de23
commit
710bb05c71
|
|
@ -52,7 +52,8 @@ func siteAccess(uri *string) error {
|
|||
})
|
||||
if title != "" {
|
||||
id := uint32(crc32.ChecksumIEEE([]byte(*uri)))
|
||||
go indexAdd(&id, &requestUri, &title, &description)
|
||||
r := strings.Split(requestUri, ".")
|
||||
go indexAdd(&id, &r[0], &title, &description)
|
||||
}
|
||||
|
||||
urls := urlAnalysis(resp.Body)
|
||||
|
|
|
|||
Loading…
Reference in New Issue