View Single Post
Old 08-08-2010, 10:35 AM   #2406
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by wyh View Post
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.

Last edited by Starson17; 08-08-2010 at 03:02 PM.
Starson17 is offline