speed typing done, levenshtein moved to extensions
Also fixed scirpt
This commit is contained in:
@ -29,7 +29,7 @@ for(my $i = 0; $i < $maxPages; $i++)
|
||||
$fullUrl .= "&start=$i" .0;
|
||||
}
|
||||
print "Getting this: $fullUrl\n";
|
||||
my $html = `curl -A "$userAgent" -k "$fullUrl"`;
|
||||
my $html = `curl -A "$userAgent" -k -L "$fullUrl"`;
|
||||
|
||||
#print "HTML: $html";
|
||||
#<STDIN>;
|
||||
|
Reference in New Issue
Block a user