From 92873a1b5bcde55b5a1163fe7ca7f29c3db41bd9 Mon Sep 17 00:00:00 2001 From: North Date: Thu, 2 Feb 2012 07:55:04 +0200 Subject: [PATCH] [GathererCrawler][minor] changed back a file from my previous commit (change was meant only for local testing) --- .../src/main/java/north/gatherercrawler/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java b/Utils/GathererCrawler/src/main/java/north/gatherercrawler/Main.java index a27e52f5acf..8d785e612a1 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()) {