Fixed the googleter source

master
Ice3man543 2019-12-04 20:07:42 +05:30
parent be76ec8666
commit bae532a3f5
1 changed files with 0 additions and 1 deletions

View File

@ -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
}