Created
October 25, 2024 22:27
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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