Sorry for not responding sooner.
The way the script currently works is by picking out portions of various pages using XPath expressions. It turns out that the various pages on the forums are...well, varied in structure
I didn't manage to come up with a single XPath expression (or a few) to handle all cases, so at the moment, it's pretty much a matter of adding support for additional page "types" piece-meal.
I don't know if mouser would be amenable to the following idea, but it occurs to me that if the forum templates were tweaked a bit (e.g. adding attributes to particular elements) it might make the scripts job easier, faster, and more comprehensive