rubycocos / feedparser

feedparser gem - (universal) web feed parser and normalizer (XML w/ Atom or RSS, JSON Feed, HTML w/ Microformats e.g. h-entry/h-feed or Feed.HTML, Feed.TXT w/ YAML, JSON or INI & Markdown, etc.)
Creative Commons Zero v1.0 Universal
164 stars 11 forks source link

It would be great to have author/authors of feed items #3

Closed onli closed 7 years ago

onli commented 7 years ago

If an atom feed entry has no author set, feedparser could fill in the author from the feed element.

geraldb commented 7 years ago

@onli Good point. The author/authors are missing. Need to get added if present. Cheers.

geraldb commented 7 years ago

@onli FYI: Authors are now included in all feed formats (Atom, RSS, JSON) if present. See the new authors.rb struct/class. Please, update your feedparser gem to 1.2+. Cheers.

onli commented 7 years ago

Thanks!