HaveF / feedparser

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

Wrong Post Titles Being Pulled #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try this feed (copy attached as well): 
   http://feeds.feedburner.com/venturebeat

2. You'll notice that the article titles that FeedParser returns are different 
from the ones in the <title> tag. For example, the top post at this moment:

Title that FeedParser returns: 

    CloudBeat 2011

Title in <title> tag: 

    Berg creates Little Printer with plans for connected device household line

Original issue reported on code.google.com by wal...@ninua.com on 30 Nov 2011 at 3:56

Attachments:

GoogleCodeExporter commented 9 years ago
Ah ha! I think this might have already been fixed in svn trunk. Try downloading 
the latest code from:

https://feedparser.googlecode.com/svn/trunk/feedparser/feedparser.py

My bet is that svn trunk (which has Matthew Tretter's totally sweet patch that 
tracks tag depth) will resolve this issue -- I'm not able to reproduce it, at 
any rate. If it doesn't, holler back and I'll work with you to figure out 
what's going on!

Also, I'm finding I'm having to tell too many people to download svn trunk to 
get bug fixes...which is why I'm working to clean things up for a new release. 
Sorry for not having it out sooner. :)

Original comment by kurtmckee on 30 Nov 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Thank you, I downloaded the latest version, 5.1, and that fixed the problem.

Original comment by wal...@ninua.com on 5 Dec 2011 at 9:37