mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[GathererCrawler][minor] changed back a file from my previous commit (change was meant only for local testing)
This commit is contained in:
parent
a014ca5c1d
commit
92873a1b5b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class Main {
|
|||
List<String> sets = new ArrayList<String>();
|
||||
|
||||
// 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()) {
|
||||
|
|
Loading…
Reference in a new issue