Destroyed Updated feed URLs (301 or 308 redirects) (markdown)

Keunes 2024-03-16 22:27:51 +01:00
parent 5dfd900b10
commit 6cb7eadc31
1 changed files with 0 additions and 6 deletions

@ -1,6 +0,0 @@
When the RSS URLs get changed for whatever reason and redirects (301 or 308) are put in place, AntennaPod will update the feed location in its database.
This works since [version 1.4](https://github.com/AntennaPod/AntennaPod/releases/tag/1.4.0) (2015); earlier versions of the app will just follow the redirect but not update the database. So for any version of the app earlier than 1.4, if the old URL stops working, AntennaPod won't be able get updates any-more. From what we know, very few AntennaPod users are on old versions of the app if you implement a redirect most users will be fine.
***
Reference: [#1393 - Redirected feed URL](https://github.com/AntennaPod/AntennaPod/issues/1393#issuecomment-158915023)