I sent you 2 PMs yesterday, haven't you received them?
Perhaps if you're not too busy we could work together a way to easily integrate it with the IAO, dunno.
If you can manage to get the author with the link I can make a tool to download it in the correct folders.
Instead of HTML a raw output of
AUTHOR1
LINK_A
AUTHOR1
LINK_B
AUTHOR2
LINK_C
....
If you go to the first post, I found a pattern:
In the first TD tag that is of class "windowbg" you go
TD class=windowbg -> table -> tr -> td -> b -> a ->
innerTextAnd that's the author's name

<td class="windowbg">
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b><a href="http://forums.tigsource.com/index.php?action=profile;u=3670" title="View the profile of Sos">Sos</a></b>
<div class="smalltext">
Let me know what you think!
Regards!

Ok, I did a preliminary for the utility. It depends on wget.
If you want to do it, I just need this format:
author\n
url\n
author\n
url\n
It needs a "\n" instead of <BR>, so I can load the file getting line by line as a raw text file.
Thanks and best regards!
Sorry for the misunderstanding
