abx_plugin_archivedotorg.archive_org

Module Contents

Functions

get_output_path

should_save_archive_dot_org

save_archive_dot_org

submit site to archive.org for archiving via their service, save returned archive url

parse_archive_dot_org_response

API

abx_plugin_archivedotorg.archive_org.get_output_path()[source]
abx_plugin_archivedotorg.archive_org.should_save_archive_dot_org(link: archivebox.index.schema.Link, out_dir: Optional[pathlib.Path] = None, overwrite: Optional[bool] = False) bool[source]
abx_plugin_archivedotorg.archive_org.save_archive_dot_org(link: archivebox.index.schema.Link, out_dir: Optional[pathlib.Path] = None, timeout: int = CURL_CONFIG.CURL_TIMEOUT) archivebox.index.schema.ArchiveResult[source]

submit site to archive.org for archiving via their service, save returned archive url

abx_plugin_archivedotorg.archive_org.parse_archive_dot_org_response(response: str) Tuple[List[str], List[str]][source]