Has been integrated back into ootp-ai
Extraction of player information from OOTP HTML player pages
Site: http://lstephen.github.io/ootp-extract
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>