04-21-2008, 01:34 PM
|
#10 (permalink)
|
|
The Contributor
Join Date: Dec 2007
Posts: 27
Thanks: 0
|
Quote:
Originally Posted by Salathe
Their HTML has changed which means that the regex will need updating, it's a simple fix and one I'd encourage you to have a go at yourself.
|
I'm lazy
<td class="code" id="code.+?">
to
<td class="code.+?" id="code.+?">
did the job, thanks :D
|
|
|
|