Skip to content

Release v0.3.2b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 22:02

Changed

  • Improved podcast ignore feature in download command
  • make --ignore-podcasts and --resolve-podcasts options of download command mutual
    exclusive
  • Switched from a HEAD to a GET request without loading the body in the downloader
    class. This change improves the program's speed, as the HEAD request was taking
    considerably longer than a GET request on some Audible pages.