amugofjava / podcast_search

A simple library providing programmatic access to the iTunes search API for podcasts.
MIT License
41 stars 26 forks source link

Podcast parser is using item level <author> tag as the channel author #10

Closed amugofjava closed 3 years ago

amugofjava commented 3 years ago

The RSS parser is looking for either an <author> or <itunes:author> tag in the RSS feed as the channel author; however, <author> is an item level tag which can result in the wrong author begin returned for the podcast.

To reproduce this, load a podcast that uses item level authors such as 'What Is Money?':

https://feeds.simplecast.com/MLdpYXYI

MaxHillebrand commented 3 years ago

Can reproduce, it always shows the most recent episode author. signal-2021-09-13-192712.jpg screenshot_20210913_190913.png

amugofjava commented 3 years ago

Thanks @MaxHillebrand - should be an easy one to fix.

amugofjava commented 3 years ago

Have change to just use itunes author tag. Will review other author tags (like Google Play) at a later date.

MaxHillebrand commented 3 years ago

Thank you @amugofjava, awesome to see underlying infrastructure improve! That's why free software wins. :black_heart: