prof18/RSS-Parser

Channel Description

aaugsten opened this issue · 1 comments

"channelDescription" is not set, if "RSSKeywords.RSS_CHANNEL_IMAGE" comes before "RSSKeywords.RSS_ITEM_DESCRIPTION".

Possible fix (didn't check):
In "CoreXMLParser.kt" remove "insideChannel = false" from "RSSKeywords.RSS_CHANNEL_IMAGE" and add it to "eventType == XmlPullParser.END_TAG && xmlPullParser.name.equals("channel", ignoreCase = true)".

Please refer to this rss:
http://joeroganexp.joerogan.libsynpro.com/rss

Thanks for reporting, the fix is available on 2.1.1