Skip to content

Commit

Permalink
Remove ignorerobotstxt
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed May 3, 2022
1 parent d183b02 commit fe14f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/colly.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func CreateColly(delayTime int, concurrency int, cache bool, timeout int,
c := colly.NewCollector(
colly.Async(true),
)
c.IgnoreRobotsTxt = false
c.IgnoreRobotsTxt = true
c.AllowURLRevisit = false

err := c.Limit(
Expand Down

0 comments on commit fe14f92

Please sign in to comment.