diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-11-26 09:56:41 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-26 10:06:07 +0100 |
commit | ac0c6cc2d146e6fcf18006d9c71d3796be5a9c2b (patch) | |
tree | ba0f0b509d087fc7a7e45e103ce737af2ed0c267 /searx/settings.yml | |
parent | 36a6f9c95fe8db95d861aca01c95354545dd5feb (diff) | |
download | searxng-ac0c6cc2d146e6fcf18006d9c71d3796be5a9c2b.tar.gz searxng-ac0c6cc2d146e6fcf18006d9c71d3796be5a9c2b.zip |
[chore] remove invalid base_url from settings.yml engines
The engines do not have / do not need a property `base_url`, lets remove it from
the settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 27b78b8da..dd981e5e9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -443,7 +443,6 @@ engines: shortcut: wp # add "list" to the array to get results in the results list display_type: ["infobox"] - base_url: 'https://{language}.wikipedia.org/' categories: [general] - name: bilibili @@ -2233,7 +2232,6 @@ engines: - name: wordnik engine: wordnik shortcut: def - base_url: https://www.wordnik.com/ categories: [dictionaries] timeout: 5.0 @@ -2282,7 +2280,6 @@ engines: - name: sjp.pwn engine: sjp shortcut: sjp - base_url: https://sjp.pwn.pl/ timeout: 5.0 disabled: true |