kurtmckee/feedparser

the example from the documentation fails with an error

KopylovVadik opened this issue · 3 comments

the example from the documentation fails with an error

import feedparser d = feedparser.parse('http://feedparser.org/docs/examples/rss20.xml') d.feed.title

err:
AttributeError: object has no attribute 'title'

Thanks for reporting this! I'll see if I can re-host those examples on ReadtheDocs.

This should be fixed now.