Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangathright committed Mar 11, 2024
1 parent c2c734b commit 179b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)}` |
Expand Down

0 comments on commit 179b6d3

Please sign in to comment.