Store symbols as .gif instead of .jpg, rename already downloaded ones on

start, fixes #98.
This commit is contained in:
rkfg 2016-03-04 00:59:12 +03:00
parent 9cf972ced4
commit 47b2a64cee
2 changed files with 33 additions and 4 deletions

View file

@ -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":