libo26 / feedparser

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

IGN Feeds not parsing: Many links missing #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
f=feedparser.parse("http://feeds.ign.com/ignfeeds/ps3/")

# move through some entries, quite a few are missing link entries

print f.entries[4].link
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "feedparser.py", line 236, in __getattr__
    raise AttributeError, "object has no attribute '%s'" % key 

print f.entries[4]
{'title': u'Metal Gear Solid 4: Guns of the Patriots',
'feedburner_origlink':
u'http://ps3.ign.com/articles/880/880025p1.html?RSSwhen2008-06-06_152700&RSSid=8
80025',
'title_detail': {'base': 'http://feeds.ign.com/ignfeeds/ps3/', 'type':
'text/plain', 'value': u'Metal Gear Solid 4: Guns of the Patriots',
'language': None}, 'href': u'http://ps3.ign.com/objects/714/714044.html',
'type': u'game', 'grouping': u'PlayStation 3'}

Original issue reported on code.google.com by rbi...@gmail.com on 8 Jun 2008 at 12:30

GoogleCodeExporter commented 9 years ago
Please close this bug.

Tested using svn trunk and the URL provided; all entries have a 'link' 
attribute.

Original comment by kurtmckee on 2 Dec 2010 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by adewale on 2 Dec 2010 at 9:13