Patreon Archiver

Constants

Typing

class patreon_archiver.patreon_typing.AudioEmbedAttributes
class patreon_archiver.patreon_typing.AudioFileAttributes
class patreon_archiver.patreon_typing.CommonAttributes
class patreon_archiver.patreon_typing.ImageFileAttributes
class patreon_archiver.patreon_typing.ImageFileAttributesPostMetadata
class patreon_archiver.patreon_typing.Media
class patreon_archiver.patreon_typing.MediaData
class patreon_archiver.patreon_typing.MediaDataAttributes
class patreon_archiver.patreon_typing.MediaDataAttributesImageURLs
class patreon_archiver.patreon_typing.Posts
class patreon_archiver.patreon_typing.PostsData
class patreon_archiver.patreon_typing.VideoEmbedAttributes

Utilities

exception patreon_archiver.utils.UnknownMimetypeError
patreon_archiver.utils.setup_logging(debug: bool | None = False) None

Shared function to enable logging.

patreon_archiver.utils.unique_iter(seq: Iterable[T]) Iterator[T]

https://stackoverflow.com/a/480227/374110

Indices and tables