prof18/RSS-Parser

Creators instead of Authors

diyoyo opened this issue · 1 comments

Please check this feed:
http://feeds.rsc.org/rss/bm

The creators are in the xml, but appear nowhere in an Article object. even when looking at the "toString()" data.

Is there a way to ask for specific attributes?

Thanks.

That's because the keyword for the author is the following:

const val RSS_ITEM_AUTHOR = "dc:creator"

For the time being there is no possibility to provide custom attributes. Maybe in the future, I could add it but for now, I don't know.

You can of course fork it and modify it according to your needs