diff options
| author | BrandonStudio <55647556+BrandonStudio@users.noreply.github.com> | 2025-04-30 05:48:19 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-02 14:22:51 +0200 |
| commit | d47cf9db244e7ce241fcfde298a87311d00295e4 (patch) | |
| tree | b61f686a594d563d9289fbfa4cb5ed21c794a36e /searx/settings.yml | |
| parent | 705ebe64b5053bd7c80b940e80db579d9c10187a (diff) | |
[feat] engine ChinaSo: support source filter for ChinaSo-News
* filtering ChinaSo-News results by source, option ``chinaso_news_source``
* add ChinaSo engine to the online docs https://docs.searxng.org/dev/engines/online/chinaso.html
* fix SearXNG categories in the settings.yml
* deactivate ChinaSo engines ``inactive: true`` until [1] is fixed
* configure network of the ChinaSo engines
[1] https://github.com/searxng/searxng/issues/4694
Signed-off-by: @BrandonStudio
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 07d0bdd2d..d756e9b1c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -619,23 +619,37 @@ engines: # to show premium or plus results too: # skip_premium: false + # WARNING: links from chinaso.com voilate users privacy + # Before activate these engines its mandatory to read + # - https://github.com/searxng/searxng/issues/4694 + # - https://docs.searxng.org/dev/engines/online/chinaso.html + - name: chinaso news - chinaso_category: news engine: chinaso shortcut: chinaso + categories: [news] + chinaso_category: news + chinaso_news_source: all disabled: true + inactive: true - name: chinaso images - chinaso_category: images engine: chinaso + network: chinaso news shortcut: chinasoi + categories: [images] + chinaso_category: images disabled: true + inactive: true - name: chinaso videos - chinaso_category: videos engine: chinaso + network: chinaso news shortcut: chinasov + categories: [videos] + chinaso_category: videos disabled: true + inactive: true - name: cloudflareai engine: cloudflareai |