prof18 / RSS-Parser

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

Add support for Itunes tags #93

Closed prof18 closed 2 years ago

prof18 commented 2 years ago

This PR adds the support for Itunes tags, so you can have parse all the podcast information.

In ItunesData.kt you can find the new objects that have been added into the Channel and the Article.

The PR, is covering also issue #90

Feel free to open a PR or an issue if I forgot some fields.