Skip to content

Commit

Permalink
chore: remove Head Request
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggash authored Sep 29, 2023
1 parent 0d00048 commit f1b2bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func main() {
regexp.MustCompile(`www.suse.com/support/kb/(.*)/?id(.*)`),
),
colly.MaxDepth(1),
colly.CheckHead(),
)

articleCollector.SetRequestTimeout(30 * time.Second)
Expand Down

0 comments on commit f1b2bed

Please sign in to comment.