mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08: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("'", "")
|
||||||
.replaceAll(",", "");
|
.replaceAll(",", "")
|
||||||
|
.replaceAll("/", "");
|
||||||
String link = setLinks.get(searchName);
|
String link = setLinks.get(searchName);
|
||||||
return link;
|
return link;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue