Get the RSS feed url from an Apple Podcasts url using curl and jq
Apr 22, 2019The above should work on Linux and MacOS. You may need to install jq
.
The id
is at the end of the https://podcasts.apple.com/...
url. For example, https://podcasts.apple.com/us/podcast/behind-the-news-with-doug-henwood/id73801817
has id 73801817.
This method is known to be working in the year 2019.
Advanced one-line version using the original url (requires grep):