View Single Post
Old 01-17-2011, 07:30 PM   #1
Alexis
Member
Alexis began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jan 2011
Device: Kindle
removing articles from feeds with regexp

The RSS feeds from RSS Technica have so-called "Etc" items which do not point to actual stories, but rather are just links to the web etc.
I would like to remove these from the feeds so that they do not get turned into articles.
One way I'd go about it is with a regular expression - the titles for these items all start with "Etc:".
Here is an example feed: http://feeds.arstechnica.com/arstechnica/apple/
Is there a BasicNewsRecipe method I could use to do this? I might have missed one when going through the API.

Thanks!
Alexis is offline   Reply With Quote