castget
castget copied to clipboard
A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
I think castget should implement the XDG Base directory specification[1]. This would mean moving the default location of the castgetrc to `$XDG_CONFIG_HOME`, if that's not set `$HOME/.config`. `~/.castgetrc` could still...
when using a custom filename template the fileextenstion is not added.
I keep my `~/.castget/*.xml` in `git` so that in case something happens to my downloads (usually user-error or MP3-player hardware dying), I can easily revert back to a known point-in-time...
Debian 9 is pretty old now, but castget builds okay if you install the following packages: `pkg-config` `libglib2.0-dev` `libxml2-dev` `libcurl3-dev` `libid3-dev` ( and obviously `make` and a c compiler )...
A duplicate of #51 with additional commits that automatically address incorrect style, created by [Restyled][]. :warning: Even though this PR is not a Fork, it contains outside contributions. Please review...
Downloading the back-issues of podcasts one at a time takes a very long time when there are 1000s of episodes and is trivially parallelisable. This PR uses pthreads to download...
Hi everyone, I'd like to use castget with "https://anchor.fm/s/10282200/podcast/rss". On other feeds my setup works — when running this channel I only receive the message "Updating channel dgfw..." and then...
a option to reverse the order in which the files are downloaded would be helpfull for the initial download for a long ongoing podcast where the complete download could take...
I'm coming from Juice/Ipodder world (it is time to move on!) where I could specify a **command to be executed** after an enclosure download. I have a script to do...
I have one specific feed ( https://www.codingblocks.net/podcast-feed.xml ) which does some user agent filtering in the backend which will redirect all user agents from automated tools (e.g. curl) to a...