Skip to content

Instantly share code, notes, and snippets.

View EvanKnowles's full-sized avatar
🤡

Evan Knowles EvanKnowles

🤡
View GitHub Profile
@EvanKnowles
EvanKnowles / TestExtract.java
Created June 15, 2017 14:27
Testing the extract
package za.co.knonchalant.espn;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.junit.Test;
import java.io.IOException;
import java.util.ArrayList;