views:

209

answers:

2

I know that SimplePie itself is derived from UFP, but the features I'm wondering about are the post-processing features that are available in SimplePie for WordPress plugin:

http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/processing

Can I find something similar to this for my Django application?

Can this be accomplished using Django inclusion tags?

A: 

http://www.djangosnippets.org/tags/rss/

zalew
+1  A: 

You are looking for the universal feed parser.

mnml