kasparsd / podcasts-tools
Tools for working with Apple Podcasts subscriptions
0.1.1
2019-11-27 12:27 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-28 03:31:41 UTC
README
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
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.