PodGet is a simple podcast client that runs from command-line.
Options:
list - List all RSS feeds available
get [id] - Download the latest chapter available on specified feed
play [id] - Play the latest chapter downloaded from specified feed
Configuration:
Section podcast:
names and urls of the RSS feeds
Section config:
limit_rate: Limit rate of the doownload bandwidth (on KB/s)
media_dir: Directory to save the files
Example of config file (~/.podget):
[podcast]
na_geral = http://www.radiobandeirantes.com.br/rss/xmls/humor.xml
phpspcast = http://feeds2.feedburner.com/phpspcast
nerdcast = http://jovemnerd.ig.com.br/?feed=rss2&cat=42
[config]
limit_rate = 40
media_dir = /home/rafael/podcasts
If you want colors on CLI, please install PyColors.
Product's homepage
Requirements:
· Python