Closed GetToSet closed 2 years ago
I had this issue too. For now, I solved it by extracting the correct feedUrl
using:
$ id=570256898 #podcast ID from original URL
$ curl -Ls "https://itunes.apple.com/lookup?entity=podcast&id=$id" | jq -r .results[0].feedUrl
requires jq
I had this issue too. For now, I solved it by extracting the correct
feedUrl
using:$ id=570256898 #podcast ID from original URL $ curl -Ls "https://itunes.apple.com/lookup?entity=podcast&id=$id" | jq -r .results[0].feedUrl
requires jq
Doughnut does the same way as this script to get the feedUrl. Previous logic fails when parse the podcast ID due to the domain name change. It should work now with #94 merged.
Steps to Reproduce:
podcasts.apple.com
.Expected results: Should be able to subscribe.
Actual results: Parsing fails with alerts.