[AKH] Fixed dwonload of Aftermath images from Mythicspoilers.

This commit is contained in:
LevelX2 2017-04-16 14:07:21 +02:00
parent 3d2e621186
commit e93218946c

View file

@ -213,7 +213,8 @@ public class MythicspoilerComSource implements CardImageSource {
.replaceAll(" ", "") .replaceAll(" ", "")
.replaceAll("-", "") .replaceAll("-", "")
.replaceAll("'", "") .replaceAll("'", "")
.replaceAll(",", ""); .replaceAll(",", "")
.replaceAll("/", "");
String link = setLinks.get(searchName); String link = setLinks.get(searchName);
return link; return link;
} }