diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-04-16 17:30:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-16 17:30:14 +0200 |
| commit | 8362257b9ad446fff270559fd15eb20e6a7b45b3 (patch) | |
| tree | 796071955d261e9405d0152af856d4cfaa04ea8b /searx/settings.yml | |
| parent | e56323d3c8a7e1a43bfd6c1f31f5825a5bef2872 (diff) | |
| parent | d275d7a35e2fa2544304bb6ee1577a1421c64c2e (diff) | |
Merge pull request #2736 from plague-doctor/sjp
Add new engine: SJP - Słownik języka polskiego
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 058867092..dde2e249c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1284,6 +1284,14 @@ engines: timeout: 5.0 disabled: True + - name: słownik języka polskiego + engine: sjp + shortcut: sjp + base_url: https://sjp.pwn.pl/ + categories: general + timeout: 5.0 + disabled: True + # Doku engine lets you access to any Doku wiki instance: # A public one or a privete/corporate one. # - name : ubuntuwiki |