feedparser documentation used to be available on http://feedparser.org/ but the URL now says the resource cannot be found and there is no forwarding address.
Anyone know where the documentation has moved or where I can find the documentation?
Also, using feedparser how can I retrieve an attribute for a tag. For example if a feed has a
<author firstName="john" lastName="doe">,
how can I retrieve the first and last names?