Skip to content

kasparsd/podcasts-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.