Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates of RSS feed URLs are not handled #40

Open
perelin opened this issue Apr 23, 2024 · 3 comments
Open

Updates of RSS feed URLs are not handled #40

perelin opened this issue Apr 23, 2024 · 3 comments

Comments

@perelin
Copy link

perelin commented Apr 23, 2024

Hi all,

I discovered shows that have an old rss feed url. For example:

id=311230 ("ARD Radio Tatort")
currently has url=http://web.ard.de/radiotatort/rss/podcast.xml
The URL produces a timeout though.

Checking with the Apple index it seems they changed the feed url.
curl --location 'https://itunes.apple.com/lookup?id=310864997'
Its now url=https://feeds.br.de/ard-radio-tatort/feed.xml

Looking at the dates of last updates this happened in Febr 2022.

A side effect is that the image URL also changed and is not correct anymore in the Podcastindex DB.

Did the update mechanism miss this? Or are changes like this just not recorded at all?

@perelin
Copy link
Author

perelin commented Apr 26, 2024

Just stumbled over more stale data. Prominently the "Joe Rogan Experience" entry (id:1615079) has an old/wrong itunes_id. In the current podcastindex db dump its 1578037433 but looking at the actual entry from apple its 360084272.

https://itunes.apple.com/lookup?id=1578037433
https://itunes.apple.com/lookup?id=360084272

So far from my exploration of the data it seems like ca 10% of the entries have an old/wrong itunes id. If you are interested I can send you the list of the ones I have identified so far (ca 170k).

@daveajones
Copy link
Contributor

Always interested in data accuracy help. If you want to do a PR to this repo with your list, that might be the easiest way.

@daveajones
Copy link
Contributor

Did the update mechanism miss this? Or are changes like this just not recorded at all?

Updating feed urls is more complex than it may appear. The main barrier is if there is an itunes ID where Apple still shows the old feed url. In that case we don't update ours since many apps use us as a fallback to the apple lookup api, so we have to stay in agreement with that. The other issue is when redirects are not properly set or some other element such as itunes:new-feed-url doesn't agree with the redirect. It's a mess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants