diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-07 09:35:50 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-07 15:27:55 +0000 |
| commit | 9fb77065bd80e04527c15ea4bdbb1f2ce10eddb8 (patch) | |
| tree | 2e47b4495a531c4b3617c4522e4be18a9ca9187e /searx/settings.yml | |
| parent | d803df8d89c728af5e1fa826301060b221d623e2 (diff) | |
[fix] engine torznab - marginal issues reported from linters
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0cdde3de9..c2fc32967 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1271,6 +1271,21 @@ engines: enable_http: true shortcut: tch + # torznab engine lets you query any torznab compatible indexer. Using this + # engine in combination with Jackett (https://github.com/Jackett/Jackett) + # opens the possibility to query a lot of public and private indexers directly + # from SearXNG. + # - name: torznab + # engine: torznab + # shortcut: trz + # base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab + # enable_http: true # if using localhost + # api_key: xxxxxxxxxxxxxxx + # # https://github.com/Jackett/Jackett/wiki/Jackett-Categories + # torznab_categories: # optional + # - 2000 + # - 5000 + # maybe in a fun category # - name: uncyclopedia # engine: mediawiki @@ -1654,19 +1669,6 @@ engines: require_api_key: false results: HTML -# torznab engine lets you query any torznab compatible indexer. -# Using this engine in combination with Jackett (https://github.com/Jackett/Jackett) -# opens the possibility to query a lot of public and private indexers directly from searXNG. -# - name: torznab -# engine: torznab -# shortcut: trz -# base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab -# enable_http: true # if using localhost -# api_key: xxxxxxxxxxxxxxx -# torznab_categories: # optional -# - 2000 -# - 5000 - # Doku engine lets you access to any Doku wiki instance: # A public one or a privete/corporate one. # - name: ubuntuwiki |