From 9db8ee4465ea51f0272ec916f5f3d2543b6b4c6a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 16:09:50 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index b31a1a7..38ddfc7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -214,13 +214,14 @@ Cookies file to pass to wget. To capture sites that require a user to be logged --- #### `CHROME_USER_DATA_DIR` -**Possible Values:** [`~/Library/Application Support/Google/Chrome/Default`]/`/tmp/chrome-profile`/... -Path to a chrome user profile directory. To capture sites that require a user to be logged in, you can specify a path to a chrome user profile (which loads the cookies needed for the user to be logged in). If you don't have an existing chrome profile, create one with `chromium-browser --user-data-dir=/tmp/chrome-profile`, and log into the sites you need. Then set `CHROME_USER_DATA_DIR=/tmp/chrome-profile` to make ArchiveBox use that profile. +**Possible Values:** [`~/.config/google-chrome`]/`/tmp/chrome-profile`/... +Path to a Chrome user profile directory. To capture sites that require a user to be logged in, you can specify a path to a chrome user profile (which loads the cookies needed for the user to be logged in). If you don't have an existing Chrome profile, create one with `chromium-browser --user-data-dir=/tmp/chrome-profile`, and log into the sites you need. Then set `CHROME_USER_DATA_DIR=/tmp/chrome-profile` to make ArchiveBox use that profile. +By default when set to `None`, ArchiveBox tries all the following User Data Dir paths in order: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md *Related options:* -[`FETCH_PDF`](#fetch_pdf), [`FETCH_SCREENSHOT`](#fetch_screenshot), [`FETCH_DOM`](#fetch_dom), [`CHECK_SSL_VALIDITY`](#check_ssl_validity), [`CHROME_BINARY`](#chrome_binary) +[`FETCH_PDF`](#fetch_pdf), [`FETCH_SCREENSHOT`](#fetch_screenshot), [`FETCH_DOM`](#fetch_dom), [`CHECK_SSL_VALIDITY`](#check_ssl_validity), [`CHROME_HEADLESS`](#chrome_headless), [`CHROME_BINARY`](#chrome_binary) --- #### `CHROME_HEADLESS`