Export your subscriptions as OPML
export_subscriptionsExport followed shows to a universal OPML file that any podcast app can import. Solve vendor lock-in by backing up your Apple Podcasts subscriptions or moving them to another player.
Instructions
Write the shows you follow to an OPML file, the format every podcast app imports. This is the one tool here that writes anything, so it needs confirm: true and will overwrite whatever is at the path. It is the practical answer to leaving Apple Podcasts, or to backing up a follow list that exists nowhere else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Where to write the file, for example ~/Desktop/podcasts.opml. | |
| confirm | No | Must be true for this to run. It writes a file and will overwrite whatever is already at that path. | |
| followed_only | No | Only currently-followed shows. On by default, which is what an import wants. |