cktool 1.4.0

coomer.st and kemono.cr downloader tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// private
mod download_post;
mod fetch_pages;
mod get_posts_from_page;
mod index;
mod info;
mod page_status;
mod print;

// public
pub use index::Downloader;
pub use page_status::PageStatus;