podcast-cli - Some shell / bash scripts to search in and extract the audio links of (itunes-) podcast feeds
Copy the podcast-* scripts on your local machine, maybe in your bin-folder. Maybe chmod +x is required.
- ./jq - jq is a lightweight and flexible command-line JSON processor.
On macOS via brew:
$ brew install jq
On Windows you can use git bash / msys, gnuwin32 or similar shell ports. Installation via winget
$ winget install jq
$ podcast-itunes-id-to-url 646330750
http://feeds.feedburner.com/methodischinkorrekt
$ podcast-itunes-search methodisch inkorrekt
Methodisch inkorrekt
>>> http://feeds.feedburner.com/methodischinkorrekt
$ podcast-rss-to-audio "http://feeds.feedburner.com/methodischinkorrekt"
http://feedproxy.google.com/~r/Methodischinkorrekt/~5/ [...]
[...]
The audio links can then be copied in your music player.
This project is licensed under the terms of the MIT license - see the LICENSE file for details.