Updated Gatherer Crawler to parse Double Faced cards

Replaced the AE character in the output file.
Updated mtg-cards-data.txt
This commit is contained in:
North 2011-09-25 11:54:24 +03:00
parent 5efe352305
commit 5f5d35a42f
3 changed files with 461 additions and 366 deletions

View file

@ -89,7 +89,7 @@ public class ThreadStarter extends Thread {
}
sb.append("|");
out.write(sb.toString());
out.write(sb.toString().replace("\u00C6", "AE"));
out.newLine();
}
out.close();