Hacker News new | past | comments | ask | show | jobs | submit login

Is there any way to download them all? Ebooks are very small so it shouldn't be a problem to make an archive, or at least have a way to use curl/wget to download them all from a directory.



There’s something called opds. Sort of like a file that defines a library and its contents.

https://standardebooks.org/opds/

I’ve never really been able to get it to work with calibre, pretty much the standard go to piece of software for all things ebooks.

I would be interested in hearing about any tips for getting an opds working.


I ended up using this to download all the azw3 files for my kindle, it's probably not the best you could do, so feel free to use it as reference for yourself if you might do something similar.

  curl -s https://standardebooks.org/opds/all | grep -oE "/(.*).azw3" | sed -e"s/^/https:\/\/standardebooks.org/" | xargs -n 1 curl -O
P.S. Calibre seems to only work with them and the kindle when you send over USB (I keep my paperwhite in airplane mode, signed out, ads disabled)[0]

[0]https://news.ycombinator.com/item?id=20596300


For iOS there’s something called KyBook which reads that opds link and shows a list of books with cover art, book name, author and tags pertaining to the books subject matter. It does not allow one to search the opds library in anyway. I was able to download a book using the app, and from within the app move the book to iCloud. From within the Files app I found the KyBook folder, selected the book and using share opened it with iBooks and it is now in my iBooks collection. I found the app here https://www.maketecheasier.com/best-ebook-reader-ios/




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: