From b28fa9a8edbc348bd9705ce3507ad84c7a91b6ed Mon Sep 17 00:00:00 2001 From: Aaron <43090234+renaisun@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:43:40 +0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/Configuration.md b/Configuration.md index 285353f..27c1afa 100644 --- a/Configuration.md +++ b/Configuration.md @@ -503,6 +503,51 @@ Optionally switch this to use `ripgrep-all` for full-text search support across *Related options:* [`SEARCH_BACKEND_ENGINE`](#search_backend_engine) +--- +#### `SINGLEFILE_ARGS` +**Possible Values:** [`["--back-end=playwright-firefox","--load-deferred-images-dispatch-scroll-event=true"]`]/.. + +Arguments that are passed to the SingleFile binary. The values should be a valid JSON string. + +*Related options:* +[`SINGLEFILE_BINARY`](#singlefile_binary) + +--- +#### `CURL_ARGS` +**Possible Values:** [`["--tlsv1.3","--http2"]`]/.. + +Arguments that are passed to the curl binary. The values should be a valid JSON string. + +*Related options:* +[`CURL_BINARY`](#curl_binary) + +--- +#### `WGET_ARGS` +**Possible Values:** [`["--https-only"]`]/.. + +Arguments that are passed to the wget binary. The values should be a valid JSON string. + +*Related options:* +[`WGET_BINARY`](#wget_binary) + +--- +#### `YOUTUBEDL_ARGS` +**Possible Values:** [`["--limit-rate=10M"]`]/.. + +Arguments that are passed to the [youtube-dl](https://github.com/rg3/youtube-dl) binary. The values should be a valid JSON string. + +*Related options:* +[`YOUTUBEDL_BINARY`](#youtubedl_binary) + +--- +#### `GIT_ARGS` +**Possible Values:** [`["--depth=1"]`] + +Arguments that are passed to the `git clone` subcommand. The values should be a valid JSON string. + +*Related options:* +[`GIT_BINARY`](#git_binary) + []: