From 179b6d3fc15f84fcc0c90f83fe1cd79010965d74 Mon Sep 17 00:00:00 2001 From: Nathan Gathright Date: Mon, 11 Mar 2024 11:31:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332e0b0..e47ab55 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The distributed nature of podcasting makes it complicated to link to a show/epis | Luminary | ❌ | `https://luminarypodcasts.com/listen/${slug}/${uniquePlatformID}/${slug}/${uniqueEpisodeID}` | | Overcast | ❌ | `https://overcast.fm/+${uniqueEpisodeID}` | | Pandora | ❌ | `https://pandora.com/podcast/${slug}/${slug}/PC:${uniqueEpisodeID}` | -| Player FM | ✅ | `https://player.fm/series/${encodeURIComponent(feedURL)}/guid:${encodeURIComponent(episodeGUID)}` | +| Player FM | ❌ | `https://player.fm/series/${uniquePlatformID}/${uniqueEpisodeID}` | | Pocket Casts | ❌ | `https://pca.st/episode/${uniqueEpisodeID}` | | Podbean | ❌ | `https://podbean.com/media/share/dir-${uniqueEpisodeID}` | | Podcast Addict | ✅ | `https://podcastaddict.com/episode/${encodeURIComponent(enclosureURL)}` |