Quote:
Originally Posted by wyh
I'm trying to customize the New Yorker recipe to exclude a bunch of articles called "Goings On Around Town."
...
I have a clue that it involves using the filter_regexps command but haven't gotten it to work correctly.
|
I don't think filter_regexps will work. I believe it operates after the feed is parsed for articles.
There is a lengthy discussion of how exclude articles in a feed in this thread between me and another poster. Search my posts and "parse_index" in this thread. Basically, one method is to use parse_index to read the rss page and build your own feed list without GOAT.
Since that time, I've realized that you can process the articles in the feed list with parse_feeds. See here for some info:
http://www.feedparser.org/docs/ Also here.