bibble.files.online

See EOF for license/metadata/notes as applicable

Classes

OnlineDownloader

if the entry is 'online', and it doesn't have a file associated with it,

Module Contents

class bibble.files.online.OnlineDownloader(*, target, **kwargs)[source]

Bases: bibble.util.middlecore.IdenBlockMiddleware

if the entry is ‘online’, and it doesn’t have a file associated with it, download it as a pdf and add it to the entry

Parameters:

target (pathlib.Path)

transform(library) <Unknown>[source]
Parameters:

library (bibtexparser.library.Library)

Return type:

bibtexparser.library.Library

transform_Entry(entry, library) <Unknown>[source]
_target_dir: pathlib.Path
_whitelist = ('online', 'blog')