this.out.println(result.getServices().length + " found.");
}
else if (redirectLocation != null) {
try {
URL url = new URL(redirectLocation);
result.addWebsite(url.getHost());
this.out.titledPrintln("\tFound redirect to website: " + url.getHost());
} catch (MalformedURLException e) {
// ignore bad urls
continue;
}