mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-09 19:27:47 +02:00
@@ -18,6 +18,9 @@ update:
|
||||
@make linux
|
||||
@echo "Done."
|
||||
|
||||
lint:
|
||||
@golangci-lint run
|
||||
|
||||
linux:
|
||||
@go build -o ./cariddi
|
||||
@sudo mv ./cariddi /usr/bin/
|
||||
|
||||
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user