Add the BookOrbit OPDS client module

Searches BookOrbit's OPDS catalog for an issue's Standard edition and
extracts the book/file ids the web reader route needs. Hand-rolled Atom
parsing, no new dependencies; unit-tested against the real feed shape.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Va5eMEmWEnjMXBsBob5FDW
This commit is contained in:
2026-09-05 05:20:34 +00:00
co-authored by Claude Fable 5.1
parent 0851d56459
commit 0f45c34fdb
2 changed files with 509 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
//! ```
pub mod auth;
pub mod bookorbit;
pub mod comments;
pub mod config;
pub mod curate;