From 60951f645bb822fa58e3e77a70ffd947fde7ee09 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 16 Jul 2017 19:10:10 +0200 Subject: [PATCH] * Removed magiccards.info as download source. --- .../mage/plugins/card/images/DownloadPictures.java | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/images/DownloadPictures.java b/Mage.Client/src/main/java/org/mage/plugins/card/images/DownloadPictures.java index 9ecd63cad63..78192b06ab6 100644 --- a/Mage.Client/src/main/java/org/mage/plugins/card/images/DownloadPictures.java +++ b/Mage.Client/src/main/java/org/mage/plugins/card/images/DownloadPictures.java @@ -5,8 +5,12 @@ import java.awt.image.BufferedImage; import java.io.*; import java.net.*; import java.nio.file.AccessDeniedException; -import java.util.*; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashSet; +import java.util.Iterator; import java.util.List; +import java.util.Set; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; @@ -103,7 +107,7 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab p0.add(jLabel1); p0.add(Box.createVerticalStrut(5)); ComboBoxModel jComboBox1Model = new DefaultComboBoxModel(new String[]{ - "magiccards.info", + // "magiccards.info", "wizards.com", "mythicspoiler.com", "tokens.mtg.onl", //"mtgimage.com (HQ)", @@ -111,8 +115,7 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab "alternative.mtg.onl", "GrabBag", "magidex.com", - "scryfall.com", - //"mtgathering.ru HQ", + "scryfall.com", //"mtgathering.ru HQ", //"mtgathering.ru MQ", //"mtgathering.ru LQ", });