jo1gi / audiobook-dl

Audiobook CLI downloader
GNU General Public License v3.0
242 stars 42 forks source link

Nextory - chapters #42

Open hcbille opened 1 year ago

hcbille commented 1 year ago

Nextory has recently added chapters, this is currently not supported in audiobook-dl and they just get ignored.

I tried by compiling the code myself so there is no upstream work that just hasnt been added to the most recent release either.

This book has chapters: https://www.nextory.se/bok/lita-p%C3%A5-mig-11981075/

jo1gi commented 1 year ago

You are right. I will try to add it.

jo1gi commented 1 year ago

Looks like it requires a bit more work than anticipated. Chapters require the new API which has a complete different set of calls and requires another way of logging in. It should still be possible, but it will take a bit of time, since I have to reimplement the whole thing.

hcbille commented 1 year ago

No worries at all! Take all the time you need. Since it still works, it's not like it's broken!