Dogglounge podcast downloader

Release Notes

0.6.2 – 08/04/2024

Fixed

  • Cleaned up output when the remote host cannot be resolved.

Changed

  • Updated dependencies:
    • phrapes-core 2.1.1 → 3.0.2

0.6.1 – 07/08/2023

Changed

  • Updated dependencies:
    • Jsoup 1.15.2 → 1.15.3
    • phrapes-core 1.3.0 → 2.1.1
    • Project Lombok 1.18.24 → 1.18.28
    • Jsoup 1.15.3 → 1.16.1
    • Logback 1.2.11 → 1.4.9
    • SLF4J 1.7.36 → 2.0.7
    • JUnit Jupiter 5.9.0 → 5.10.0

0.6.0 – 27/08/2022

Added

  • Added support for configuration.
  • Added the  “org.phrapes.utilities.music.dogglounge.outputFolder” property which defines the output folder for the downloads. If the folder, or the path does not exist, it will be automatically created, given there are enough permissions on the specified location

Changed

  • The command line arguments and switches override the defined configuration (if any)

0.5.0 – 08/08/2022

Added

  • Beautified the output by using UTF-8 symbols and ANSI colours

Changed

  • Moved the `storeFile` method to `phrapes-core`
  • Updated dependencies:
  • phrapes-core 1.1.0 → 1.3.0

Fixed

  • Consider `stopAfterFirstCacheHit` flag and continue fetching in update mode or fetch all mode, if a podcast is missing, or no link is found

0.4.3 – 06/08/2022

Changed

  • Shortened the display title on the progress bar and show the download rate in mbytes/sec
  • Updated dependencies:
  • JUnit 5.8.2 → 5.9.0
  • Jsoup 1.14.3 → 1.15.2
  • phrapes-core 1.0.1 → 1.1.0

0.4.2 – 30/07/2022

Fixed

  • Use the path separator instead of a hardcoded forward slash ‘/’

0.4.2 – 23/07/2022

Fixed

  • Print an error to console if the folder cannot be created.

0.4.0 – 20/07/2022

Added

  • Added a new `-u`, `–update` switch to check if new podcasts are uploaded and if so download them

Changed

  • Changed the `-u`, `–url` switch to `-l`, `–link`

0.3.0 – 20/07/2022

Added

  • Added a new `-v` switch to show the version of the tool

Fixed

  • Made the `-o` switch optional to allow `-h` to work

0.2.1 – 15/07/2022

Changed

  • Beautified output
  • Improved package distribution

0.2.0 – 15/07/2022

Changed

  • Disabled the console logs by default. Instead, a progress bar is shown for every download.

0.1.1 – 14/07/2022

Added

  • Packaging

Fixed

  • Handle front-page downloads in a range request
  • Fixed changelog links
0.1.0 – 14/07/2022
Initial release.
Scroll to Top