Module ibdl_common::post
source · Expand description
Main representation of a imageboard post
Post
A Post
struct is a generic representation of an imageboard post.
Most imageboard APIs have a common set of info from the files we want to download.
Modules
- General enum for rating posts found by the imageboard downloader
Structs
- Catchall model for the necessary parts of the imageboard post to properly identify, download and save it.
- Queue that combines all posts collected, with which tags and with a user-defined blacklist in case an Extractor implements Auth.
Enums
- Special enum to simplify the selection of the output file name when downloading a
Post