archivebox.cli.archivebox_remove

Module Contents

Functions

remove

Remove the specified URLs from the archive

main

Remove the specified URLs from the archive

Data

__command__

API

archivebox.cli.archivebox_remove.__command__[source]

‘archivebox remove’

archivebox.cli.archivebox_remove.remove(filter_patterns: Iterable[str] = (), filter_type: str = 'exact', snapshots: django.db.models.QuerySet | None = None, after: float | None = None, before: float | None = None, yes: bool = False, delete: bool = False, out_dir: pathlib.Path = DATA_DIR) Iterable[archivebox.index.schema.Link][source]

Remove the specified URLs from the archive

archivebox.cli.archivebox_remove.main(**kwargs)[source]

Remove the specified URLs from the archive