mirror of
https://github.com/magefree/mage.git
synced 2026-01-21 02:39:54 -08:00
[GathererCrawler] updated to support flip cards, split cards and double sided cards.
This commit is contained in:
parent
5be4f1c291
commit
d0a934f2dc
7 changed files with 190 additions and 112 deletions
|
|
@ -1,12 +1,11 @@
|
|||
package north.gatherercrawler;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
import java.io.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import north.gatherercrawler.util.CardsList;
|
||||
import north.gatherercrawler.util.ParseQueue;
|
||||
import north.gatherercrawler.util.ParsedList;
|
||||
import org.jsoup.Connection;
|
||||
import org.jsoup.Jsoup;
|
||||
import org.jsoup.nodes.Document;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue