diff options
| author | Paolo Basso <12545838+paolobasso99@users.noreply.github.com> | 2023-06-24 18:58:27 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-06-28 10:03:44 +0200 |
| commit | 401561cb580454ef73d08072dbad0da1a5e897aa (patch) | |
| tree | 906b6489da18995d25a8f620d03f9068fb2a5650 /searx/settings.yml | |
| parent | da7c30291dcf53cc5b3d98f9aada5615cd1593a9 (diff) | |
[mod] engine torznab - refactor & option to hide links
- torznab engine using types and clearer code
- torznab option to hide torrent and magnet links.
- document the torznab engine
- add myself to authors
Closes: https://github.com/searxng/searxng/issues/1124
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3046910b5..b6bb0a0e3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1392,15 +1392,18 @@ engines: 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 in combination with Jackett opens the possibility to query a lot of + # public and private indexers directly from SearXNG. More details at: + # https://docs.searxng.org/src/searx.engines.torznab.html + # + # - name: Torznab EZTV # engine: torznab - # shortcut: trz - # base_url: http://localhost:9117/api/v2.0/indexers/all/results/torznab + # shortcut: eztv + # base_url: http://localhost:9117/api/v2.0/indexers/eztv/results/torznab # enable_http: true # if using localhost # api_key: xxxxxxxxxxxxxxx + # show_magnet_links: true + # show_torrent_files: false # # https://github.com/Jackett/Jackett/wiki/Jackett-Categories # torznab_categories: # optional # - 2000 |