| Issue 112: | Entries.title returns entries.author | |
| 5 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. a = feedparser.parse("http://stuffwhitepeoplelike.wordpress.com/feed"
2. a.entries[0].title
What is the expected output? What do you see instead?
The expected output should the title of the entry. Instead feedparser
returns the author.
What version of the product are you using? On what operating system?
Feedparser 4.1 on Windows Vista
Please provide any additional information below.
I looked through the feed XML file and the tag pattern is pretty standard
(RSS 2.0 with Namespace).
|
|
,
May 07, 2008
This is happening for me too. I use feedparser on about 50 different feeds, and it seems to only happen with feeds from wordpress.com |
|
,
Dec 12, 2008
having this issue too, with several feeds from wordpress.com |
|
,
Dec 12, 2008
update: bug does *not* occur with current SVN (<a href="http://code.google.com/p/feedparser/source/detail?spec=svn291&r=291">r291</a> at the time of this writing). |
|
,
Dec 24, 2009
This no longer happens with the current version of the code that is in SVN.
Status: Fixed
|
|
| ► Sign in to add a comment |