kurtmckee/feedparser

Export feed (FeedParserDict element) to rss xml?

carotx opened this issue · 1 comments

Hi, after having parsed a feed from a url, I would like to save it locally for later offline use.
I guess the most convenient would be to generate a rss-compliant xml file that I may reload using feedparser again.
Is there a way to easily generate such a file from a FeedParserDict element?

Thank you in advance for your help.

I'm not aware of a way to simply pass feedparser's results directly into another library. However, you may find the feedgenerator helpful.