The parser currently only supports PDF result files, but Rick & Cipher are moving all of the games to the new platform which generates HTML turn results. This branch is to update the parser to handle those results.
Right now, those results are pretty much just the old results stuck in a bunch of < pre > lines. Later, they will change to full HTML5. This effort is just for the basic pseudo-html results.
Merging to main since the main functionality seems to be there. I can parse all of the sample HTML files that Uncle Mike provided without crashing and the results seem reasonable.
The parser currently only supports PDF result files, but Rick & Cipher are moving all of the games to the new platform which generates HTML turn results. This branch is to update the parser to handle those results.
Right now, those results are pretty much just the old results stuck in a bunch of < pre > lines. Later, they will change to full HTML5. This effort is just for the basic pseudo-html results.