Skip to content

CfKu/podcast-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podcast-cli

podcast-cli - Some shell / bash scripts to search in and extract the audio links of (itunes-) podcast feeds

Getting Started

Copy the podcast-* scripts on your local machine, maybe in your bin-folder. Maybe chmod +x is required.

Dependencies

  • ./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

Minimal examples

$ 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.

License

This project is licensed under the terms of the MIT license - see the LICENSE file for details.

About

podcast-cli - Some shell / bash scripts to search in and extract the audio links of (itunes-) podcast feeds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages