libo26 / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

Add support for RSS <redirect><newLocation> #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Let feedparser parse http://www.dancarlin.com/cswdc.xml

What is the expected output? What do you see instead?

This feed includes <redirect><newLocation>URL</newLocation></redirect> at the 
top of the RSS content. I'd like to be able to access this from the parsed 
feed. Right now, I don't see a way of doing this (using the latest version of 
feedparser from Git).

Please provide any additional information below.

The redirection is specified at http://www.rssboard.org/redirect-rss-feed

This bug is related to https://bugs.gpodder.org/show_bug.cgi?id=1292

Original issue reported on code.google.com by th.perl@gmail.com on 4 Apr 2011 at 3:54

GoogleCodeExporter commented 9 years ago
It's also related to issue 244. :)

Original comment by kurtmckee on 4 Apr 2011 at 11:11