prof18 / RSS-Parser

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

Neither channel nor item images are found #87

Closed brad-thaler closed 3 years ago

brad-thaler commented 3 years ago

Describe the bug Using v3.1.3 of the library (Java), both channel and item images are null, even tho they exist in the RSS feed.

<channel>
    ...
    <image>
        <url>https://a.espncdn.com/i/espn/teamlogos/lrg/trans/espn_dotcom_black.gif</url>
        <title>www.espn.com - TOP</title>
        <link>https://www.espn.com</link>
        <width>110</width>
        <height>110</height>
    </image>
    ...
    <item>
        ...
        <image>
            <![CDATA[ https://a.espncdn.com/photo/2021/0204/r810514_1296x864_3-2.jpg ]]>
        </image>
        ...
    </item>
    ...
</channel>

The link of the RSS Feed https://www.espn.com/espn/rss/news

prof18 commented 3 years ago

Hi, thanks for reporting. I fixed the issue and a new version will be released soon.