mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-23 01:54:57 +02:00
Fix results output on stdout
This commit is contained in:
+1
-3
@@ -226,9 +226,7 @@ func Crawler(target string, txt string, html string, delayTime int, concurrency
|
||||
|
||||
c.OnResponse(func(r *colly.Response) {
|
||||
|
||||
if utils.SameDomain(protocolTemp+"://"+target, r.Request.URL.String()) {
|
||||
fmt.Println(r.Request.URL.String())
|
||||
}
|
||||
fmt.Println(r.Request.URL.String())
|
||||
|
||||
lengthOk := len(string(r.Body)) > 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user