ootp-extract
Extraction of player information from OOTP HTML player pages
Installation
When using maven add the following to your pom.xml (and define ootp-extract.version elsewhere).
<dependency>
<groupId>com.github.lstephen</groupId>
<artifactId>ootp-extract</artifactId>
<version>${ootp-extract.version}</version>
</dependency>