mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
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:
parent
5efe352305
commit
5f5d35a42f
3 changed files with 461 additions and 366 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue