mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[AKH] Fixed dwonload of Aftermath images from Mythicspoilers.
This commit is contained in:
parent
3d2e621186
commit
e93218946c
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ public class MythicspoilerComSource implements CardImageSource {
|
|||
.replaceAll(" ", "")
|
||||
.replaceAll("-", "")
|
||||
.replaceAll("'", "")
|
||||
.replaceAll(",", "");
|
||||
.replaceAll(",", "")
|
||||
.replaceAll("/", "");
|
||||
String link = setLinks.get(searchName);
|
||||
return link;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue