prof18 / RSS-Parser

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

<itunes:image> tag added #74

Closed bizire closed 4 years ago

bizire commented 4 years ago

Right now podcast rss feed is parsed without specific episode images. All articles in podcast chanel have empty image. Podcast rss feed always has item with episode image tag (). Soundcloud feed example:

tag:soundcloud,2010:tracks/677542482 Dog Sat, 07 Sep 2019 07:02:49 +0000

https://soundcloud.com/user-50021506-573880122/sobaka

00:01:50 DomPerignon no Dog by DomPerignon Dog by DomPerignon Dog by DomPerignon

So , I have added if clause for RSS_ITEM_ITUNES_IMAGE. We will assign image to currentArticle.image.