speed typing done, levenshtein moved to extensions

Also fixed scirpt
This commit is contained in:
Master Kwoth
2016-01-25 07:55:46 +01:00
parent e614e2036c
commit 920858a46a
5 changed files with 81 additions and 53 deletions

View File

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