google-book-scraper 0.3.8

Tool and library for downloading the contents of books hosted on books.google.com for offline viewing.
Documentation
1
2
3
4
5
6
7
8
9
pub mod batching;
mod helpers;
#[allow(clippy::module_inception)]
pub mod scraper;
pub mod types;

pub use batching::*;
pub use scraper::*;
pub use types::*;