diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-06-06 10:05:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 17:05:30 +0200 |
| commit | 49a1f08a17772cbe8713eb4c5e6d260e01644b12 (patch) | |
| tree | 0d827f3d67e46e36a2120edb56ee76b0a671ccad | |
| parent | 33891e5367a98a1912271bb01b4c7fab142ada8b (diff) | |
[feat] engines: add Minecraft Wiki (#4896)
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1fdf221b0..14c03a8e3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2677,6 +2677,18 @@ engines: timeout: 4.0 disabled: true + - name: minecraft wiki + engine: mediawiki + shortcut: mcw + categories: ["software wikis"] + base_url: https://minecraft.wiki/ + api_path: "api.php" + search_type: text + disabled: true + about: + website: https://minecraft.wiki/ + wikidata_id: Q105533483 + # Doku engine lets you access to any Doku wiki instance: # A public one or a privete/corporate one. # - name: ubuntuwiki |