Modified rss_entry parser to allow entries with an array of authors since there can be multiple <dc:creator> http://dublincore.org/documents/usageguide/elements.shtml. For consistency, this means <author> would also be in a array, even when it should be unique.
Temp fix to the rss_entry parser to allow an array of authors from multiple <dc:creator> elements. The hack is <author> is also read as an array, althought there should be only one. http://dublincore.org/documents/usageguide/elements.shtml
A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.