forked from External/mage
Store symbols as .gif instead of .jpg, rename already downloaded ones on
start, fixes #98.
This commit is contained in:
parent
9cf972ced4
commit
47b2a64cee
2 changed files with 33 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ public class GathererSymbols implements Iterable<DownloadJob> {
|
|||
return computeNext();
|
||||
}
|
||||
String symbol = sym.replaceAll("/", "");
|
||||
File dst = new File(dir, symbol + ".jpg");
|
||||
File dst = new File(dir, symbol + ".gif");
|
||||
|
||||
switch (symbol) {
|
||||
case "T":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue