Hi again :)
Just fixed the Yahoo NewsBomb Script as well.
Open yahoo2rss.php and Find:
$itemregexp = "{
(.+?).+?\s+(.+?)
(.+?).+?(.+?)}is";
also Find:
$data = strstr($data,"YAHOO! NEWS STORY MATCHES");
and Replace with:
$data = strstr($data,"NEWS SEARCH RESULTS");
That should do it :)
--
Edward