From c2c734b775729791d9cd770bcf51b2919deaaf47 Mon Sep 17 00:00:00 2001 From: Nathan Gathright Date: Tue, 27 Feb 2024 19:38:45 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca3ec5..332e0b0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The distributed nature of podcasting makes it complicated to link to a show/epis | Global Player | ❌ | `https://www.globalplayer.com/podcasts/${uniquePlatformID}` | | Goodpods | ✅ | `https://www.goodpods.com/podcasts-aid/${appleID}` | | Google Podcasts[^1] | ✅ | `https://podcasts.google.com/?feed=${base64url(feedURL)}`
`https://podcasts.google.com/subscribe-by-rss-feed?feed=${base64url(feedURL)}` | -| gpodder | ✅ | `https://gpodder.net/subscribe?url=${feedURL}` | +| gPodder | ✅ | `https://gpodder.net/subscribe?url=${feedURL}` | | Hark | ❌ | `https://harkaudio.com/p/${uniquePlatformID}` | | iHeartRadio | ❌ | `https://iheart.com/podcast/${uniquePlatformID}` | | Jam | ✅ | `https://www.listentojam.com/itunes/${appleID}` |