<td class=\"title\"><a href=\"(.?)\"(.?)>(.?)</a>(.?)</td>
http://stackoverflow.com/questions/1732348/regex-match-open-...
Building a regex to extract relevant data from simple, fixed-form page data, bypassing tags irrelevant to the problem at hand is not.
I haven't look at their parsing code, so I have no idea if it is any better than using a regex, but if the regex assumes too much, simply reordering the attributes in a tag (or something similar) could break a regex-based solution.
http://stackoverflow.com/questions/1732348/regex-match-open-...