Thanks. I tried adjusting that code to fit my recipe and I ended up with this:
I get the following error:
line 32, in parse_feeds
pfeed = Feed()
NameError: global name 'Feed' is not defined
Do you know where I would define Feed in the recipe? Also Could you point me to a recipe where this particular chunk of code is used?