prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
509 stars 129 forks source link

Support `season` ItunesArticleData #101

Closed weverb2 closed 1 year ago

weverb2 commented 1 year ago

Is your feature request related to a problem? Please describe. In #93 you mention to open an issue if there is missing iTunes tags, I just noticed that there is an itunes:season field that is available.

For an example RSS feed with this field you can view: https://feeds.acast.com/public/shows/1132daa7-9517-4bb0-89c0-6618f4d67d67

Describe the solution you'd like Add support for this field in ItunesArticleData. I can open a PR for this if that is easiest, but figured I'd have this issue just in case it was something easily added.