Skip to content

Instantly share code, notes, and snippets.

@mrlnc
Created October 25, 2024 22:27
Show Gist options
  • Save mrlnc/cd10787565cb124c103edfb87ebd2e54 to your computer and use it in GitHub Desktop.
Save mrlnc/cd10787565cb124c103edfb87ebd2e54 to your computer and use it in GitHub Desktop.
Re-Add a Podcast Feed URL in Apple Podcasts (for URL-Added Feeds)
If you followed a podcast by URL in Apple Podcasts, unfollowed it, and now can’t re-add it, follow these steps:
tl;dr: Adding # or ?1 at the end of the URL tricks Apple Podcasts into treating it as new.
- Open Apple Podcasts.
- Go to "Add by URL" and paste the feed URL.
- Modify the URL slightly to bypass the cache. For example:
Change https://example.com/feed to https://example.com/feed#
- Follow the podcast as usual.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment