diff --git a/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java b/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java index a27e52f5ac..8d785e612a 100644 --- a/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java +++ b/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java @@ -45,7 +45,7 @@ public class Main { List sets = new ArrayList(); // Change to false if you only want to add a specific set - if (false) { + if (true) { Document doc = Jsoup.connect("http://gatherer.wizards.com/Pages/Advanced.aspx").get(); Elements select = doc.select("#autoCompleteSourceBoxsetAddText0_InnerTextBoxcontainer a"); if (!select.isEmpty()) {