Hacker News new | ask | show | jobs
by libridev 496 days ago
That's a good point; this definitely needs improvement. I'm planning to refine my data collection and matching process. Right now, I'm using string matching to build the tables, which may result in some data loss. The next iteration will include complete catalogs for all of them.
1 comments

Librivox has a very open api:

https://librivox.org/api/info

For example, you can query using only the first letter, so it's quite easy to quickly cache their entire collection (please don't give them the HN hug of death):

https://librivox.org/ ... api/feed/audiobooks/author/^a

Of course, specify json or something closer to your internal data structures.