Skip to content

Releases: dvehrs/podget

Version 0.9.3

02 Jan 20:10
Compare
Choose a tag to compare

A few significant changes this update:

  1. Changed the default user agent that wget will use when called by Podget. Also added the ability for the user to specify as detailed a user agent as they like in their configuration files.
  2. Added the ability to use MEDIA:CONTENT tags in addition to ENCLOSURE tags
  3. Fixed an issue with logging where an item could be duplicated logs in the completed and errors logs.

Version 0.9.1

01 Apr 13:26
Compare
Choose a tag to compare

A few small bug fixes but we also added a couple important features:

  1. Podget now ignores the contents of podcast:liveItem tags because it simply isn't appropriate for listening to live streams. 2. For RSS Feeds: Added ability to rename downloaded file with the contents of the <TITLE> tag because some feeds have default filenames that are not very descriptive. This behavior is controlled by using one of two tags in your serverlist file. Includes some basic cleanup of the text in the TITLE so it will be friendly to most file systems.

Version 0.9.0

19 Apr 17:50
Compare
Choose a tag to compare

Big items:

  • Fixes to filename cleanups for better m4a filetype support. Thanks to Pariksheet Nanda (omsai on Github)
  • Added support for XDG Base Directory Specification. User configuration files can now be stored in $HOME/.podget, $XDG_CONFIG_HOME/podget or $HOME/.config/podget.

Version 0.8.10

30 Sep 20:29
Compare
Choose a tag to compare

Simple update to clarify license of script contributed by Mike Webb

Version 0.8.9

09 Sep 19:35
Compare
Choose a tag to compare

A couple small updates.

  • Fix to cleanup loop with help from Andrew Scott
  • Mike Webb submitted a python script to works with Pushover on Android or iOS.
  • A few typos fixed.

Version 0.8.8

17 Oct 19:21
Compare
Choose a tag to compare
v0.8.8

Version 0.8.8

v0.8.6

27 Sep 16:55
Compare
Choose a tag to compare
Version 0.8.6

v0.8.4

25 Mar 14:21
Compare
Choose a tag to compare
Version 0.8.4

v0.8.2

12 Jul 15:24
Compare
Choose a tag to compare
Version 0.8.2

v0.8.1

08 Jun 17:22
Compare
Choose a tag to compare

Updated to use Bash built-in arithmetic comparison '(())' instead of test '[]' and updated parsing of version string from configuration file to address a bug.