
Mark Williamson - 2010-06-03 13:47:37
I've just tried using this class, it didn't work and gave me no error output, I did a bit of debugging, and found its because google have changed their page slightly, so your regex isn't matching the translated string anymore,
i've changed the $search_regex in filterOutput method to:
$search_regex = '/<span id=result_box class="short_text">(.+?)<\/span>/';
And now all is working again
thanks for the class.