uraniacast is a non-interactive command line podcast downloader and was written in Tcl.
Its configuration is extreamly easy. To prove that, state at the minimum requirement contents of the configuration file:
set feed(comp.stackoverflow) {
url {http://rss.conversationsnetwork.org/series/stackoverflow.xml}
}
That's all! ‘comp.stackoverflow’ is just the name given to the particular podcast feed.
uraniacast also supports filtering by categories and media types.
Supported Platforms
uraniacast runs on these operating systems:
FreeBSD
Linux
Probably on any other OS with Tcl installed.
Product's homepage
Requirements:
· Tcl/Tk
· SQLite
· tDOM 0.8.2 (or newer)
· HTTP retriever such as wget or FreeBSD fetch
· (optionally) TclX 8.4 or newer
What's New in This Release: [ read full changelog ]
· A bug with the "-vv" command line options was fixed.
· A new "treatment" example was added: uraniacast_t_rename.sh.
· The "fetch" sub-option for feeds was added.