Skip to content

Releases: jo1gi/audiobook-dl

v0.7.7

09 Jan 07:50
bf07aa3
Compare
Choose a tag to compare

What's Changed

  • Updating device id to fix the new cloudflare block by @ssakkout in #140

Full Changelog: v0.76...v0.7.7

v0.7.6

27 Dec 15:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.76

v0.7.5

27 Aug 08:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

27 Jun 08:28
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Bugfixes

  • Fix typos by @kianmeng in #87
  • Storytel cloudflare check by @freddy36 in #108
  • Requoting scrape urls to fix latin1 encoding errors when downloading foreign audiobooks by @Xetera in #99

Enhancements

Full Changelog: v0.7.3...v0.7.4

v0.7.3

26 Jan 22:51
Compare
Choose a tag to compare

Bugfixes

Enhancements

v0.7.2

23 Dec 16:15
Compare
Choose a tag to compare
Bugfixes
========
- Only print traceback when debug is enabled
- Change order of file conversion and combination. File combination
  didn't work on converted files.
- Fix printing output location
- Fix too long file names by removing title from part names
- Fix YourCloudLibrary login
- Add metadata before chapters to ensure id3 headers exist
- Change Nextory version number

Enhancements
============
- Support YourCloudLibrary information page urls

v0.7.1

11 Dec 14:37
Compare
Choose a tag to compare
Fix Storytel chapters

v0.7.0

08 Nov 14:43
Compare
Choose a tag to compare
- Implement Blinkist source
- Fix sources
  - audiobook.com
  - Nextory
  - Podimo (thanks @edibegovic)
  - Storytel (thanks @karesel)
  - Scribd (Now called Everand)
  - YourCloudLibrary
- Add required dependencies to dependency list
- Add more metadata to sources

v0.6.1

12 Jul 18:15
Compare
Choose a tag to compare
v0.6.1

v0.6.0

12 Jul 18:15
Compare
Choose a tag to compare
- Added config file
- Added support for transmux file formats
- Disabled combine for audiobooks with single file
- Make Nextory handle more correct urls
- Add Podimo source
- Add support for audiobook series
- Replaced dataclasses with attrs