Skip to content

Commit

Permalink
Update Podfriend
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangathright committed Feb 26, 2024
1 parent ba5bd2f commit 53c4756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The distributed nature of podcasting makes it complicated to link to a show/epis
| Podcast App || `https://podcast.app/${slug}-p${uniquePlatformID}` |
| Podcast Guru || `https://app.podcastguru.io/podcast/${appleID}` |
| Podcast Republic || `https://www.podcastrepublic.net/podcast/${appleID}` |
| Podfriend || `https://web.podfriend.com/podcast/${appleID}` |
| Podfriend || `https://podfriend.com/podcast/${appleID}` |
| Podknife || `https://podknife.com/podcast?feed_url=${feedURL}` |
| podStation || `https://podstation.github.io/subscribe-ext/?feedURL=${feedURL}` |
| Podverse || `https://api.podverse.fm/api/v1/podcast/podcastindex/${podcastIndexShowID}` |
Expand Down Expand Up @@ -101,7 +101,7 @@ The distributed nature of podcasting makes it complicated to link to a show/epis
| Podcast Addict || `https://podcastaddict.com/episode/${encodeURIComponent(enclosureURL)}` |
| Podcast App || `https://podcast.app/${slug}-e${uniqueEpisodeID}` |
| Podcast Guru || `https://app.podcastguru.io/podcast/${appleID}/episode/${slug}-${uniqueEpisodeID}` |
| Podfriend | | `https://web.podfriend.com/podcast/${appleID}/${uniqueEpisodeID}` |
| Podfriend | | `https://podfriend.com/podcast/${appleID}/${encodeURIComponent(episodeGUID)}` |
| Podknife || `https://podknife.com/episodes/${uniqueEpisodeID}` |
| Podverse || `https://podverse.fm/episode/${uniqueEpisodeID}` |
| RadioPublic[^2] || `https://radiopublic.com/${encodeURIComponent(feedUrl)}/${uniqueEpisodeID}` |
Expand Down

0 comments on commit 53c4756

Please sign in to comment.