Fixed the googleter source
parent
be76ec8666
commit
bae532a3f5
|
@ -69,7 +69,6 @@ func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Se
|
|||
|
||||
matches := metaRegex.FindStringSubmatch(string(respBody))
|
||||
if len(matches) <= 1 {
|
||||
results <- subscraping.Result{Source: s.Name(), Type: subscraping.Error, Error: err}
|
||||
close(results)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue