kasparsd / podcasts-tools
Tools for working with Apple Podcasts subscriptions
0.1.1
2019-11-27 12:27 UTC
This package is auto-updated.
Last update: 2024-10-27 23:17:25 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.