From 92c42dede6ca1e4aa9cb602ab0e2436ecccbb28f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 20 Jan 2021 17:19:01 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 791db6a3..0f99b36c 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,8 @@ It does everything out-of-the-box by default, but you can disable or tweak [indi lego graphic +
+ --- ## Dependencies @@ -338,6 +340,12 @@ If you so choose, you can also install ArchiveBox and its dependencies directly ArchiveBox is written in Python 3 so it requires `python3` and `pip3` available on your system. It also uses a set of optional, but highly recommended external dependencies for archiving sites: `wget` (for plain HTML, static files, and WARC saving), `chromium` (for screenshots, PDFs, JS execution, and more), `youtube-dl` (for audio and video), `git` (for cloning git repos), and `nodejs` (for readability and singlefile), and more. +
+ +--- + +security graphic + ## Caveats If you're importing URLs containing secret slugs or pages with private content (e.g Google Docs, CodiMD notepads, etc), you may want to disable some of the extractor modules to avoid leaking private URLs to 3rd party APIs during the archiving process.