An open API service indexing awesome lists of open source software.

https://github.com/kasparsd/podcasts-tools

Tools for exporting subscriptions from Apple Podcasts on macOS as OPML
https://github.com/kasparsd/podcasts-tools

apple-podcasts composer-project opml

Last synced: about 1 year ago
JSON representation

Tools for exporting subscriptions from Apple Podcasts on macOS as OPML

Awesome Lists containing this project

README

          

# Tools for Apple Podcasts

Export the podcast subscriptions in the OPML format from the Podcasts app introduced in macOS Catalina.

It works by parsing the plist file at:

~/Library/Containers/com.apple.podcasts/Data/Documents/PodcastsDB.plist

## Requirements

- PHP 5.6 or later
- [Composer](https://getcomposer.org)

## Install

composer create-project kasparsd/podcasts-tools

## Usage

To export podcast subscriptions as OPML, run:

composer export > opml.xml

which pipes the output of the `composer export` command to the `opml.xml` file.

## Credits

Created by [Kaspars Dambis](https://kaspars.net).