archivebox.plugins.hooks
ArchiveBox adapters around the framework-free abx-dl plugin runtime.
Discovery and execution are owned by abx-dl. ArchiveBox keeps only the small Django projection adapter and its application-specific URL-output reader.
Module Contents
Functions
Return the exact catalog hooks used by abx-dl, in execution order. |
|
Read the durable urls.jsonl interface emitted by parser plugins. |
API
- archivebox.plugins.hooks.discover_hooks(event_name: str, filter_disabled: bool = True, config: archivebox.plugins.discovery.ConfigLookup | None = None, **config_kwargs: Any) list[pathlib.Path][source]
Return the exact catalog hooks used by abx-dl, in execution order.