archivebox.abx.archivebox.base_replayer

Module Contents

Classes

BaseReplayer

Describes how to render an ArchiveResult in several contexts

Data

__package__

API

archivebox.abx.archivebox.base_replayer.__package__

‘abx.archivebox’

class archivebox.abx.archivebox.base_replayer.BaseReplayer

Bases: archivebox.abx.archivebox.base_hook.BaseHook

Describes how to render an ArchiveResult in several contexts

hook_type: archivebox.abx.archivebox.base_hook.HookType

‘REPLAYER’

url_pattern: str

‘*’

row_template: str

‘plugins/generic_replayer/templates/row.html’

embed_template: str

‘plugins/generic_replayer/templates/embed.html’

fullpage_template: str

‘plugins/generic_replayer/templates/fullpage.html’

get_REPLAYERS()