mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Fix for Avacyn's Pilgrim image download.
This commit is contained in:
parent
c155a90a7d
commit
f1bf37bbd0
4 changed files with 2 additions and 6 deletions
|
|
@ -78,7 +78,7 @@ public class CardParser extends Thread {
|
|||
List<String> flavorText = new ArrayList<String>();
|
||||
if (!select.isEmpty()) {
|
||||
for (Element element : select) {
|
||||
flavorText.add(element.html().trim().replace(""", "\""));
|
||||
flavorText.add(element.html().trim().replace(""", "\"").replace("<i>", "").replace("</i>", ""));
|
||||
}
|
||||
}
|
||||
card.setFlavorText(flavorText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue