Module post

Source
Expand description

Main representation of an 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§

error
extension
rating
General enum for rating posts found by the imageboard downloader
tags

Structs§

Post
Catchall model for the necessary parts of the imageboard post to properly identify, download and save it.
PostQueue
Queue that combines all posts collected, with which tags and with a user-defined blacklist in case an Extractor implements Auth.

Enums§

NameType
Special enum to simplify the selection of the output file name when downloading a Post