libo26 / feedparser

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

Value of tag 'id' is wrong #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>> d = feedparser.parse('http://www.metacafe.com/api/videos?vq=funny+dogs')
>>> d.entries[0].id
u'http://www.metacafe.com/watch/2797770/police_dog_fail/'

However, manual examination of the page source for the URL above reveals
<id>2797770</id>.

Original issue reported on code.google.com by karim.ra...@gmail.com on 15 May 2009 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by adewale on 28 Dec 2009 at 12:29