Emp - I'm better now. 
I think its actually been working as described for a while now but I was doing one thing a little differently. Namely, instead of searching in news.g I was clicking one of the Category links on the left (e.g. 'Sports', 'Entertainment', etc.) then 'RSS'.
The category feed is a little different. In particular, one line in the resulting POST HTML is very long and contains at least 2 matching URLs. Regex rips out from the first 'news.google.com' through all the good HTML in between to the last 'amp;cid='. So ... a bunch of good content gets ripped out.
I still have to use PhpMyAdmin to fix up my RegEx's because " always ends up as \" in the DB, but I can live with that.

I think its actually been working as described for a while now but I was doing one thing a little differently. Namely, instead of searching in news.g I was clicking one of the Category links on the left (e.g. 'Sports', 'Entertainment', etc.) then 'RSS'.
The category feed is a little different. In particular, one line in the resulting POST HTML is very long and contains at least 2 matching URLs. Regex rips out from the first 'news.google.com' through all the good HTML in between to the last 'amp;cid='. So ... a bunch of good content gets ripped out.
I still have to use PhpMyAdmin to fix up my RegEx's because " always ends up as \" in the DB, but I can live with that.