diff options
author | Bnyro <bnyro@tutanota.com> | 2023-08-23 15:03:34 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-27 17:25:26 +0200 |
commit | 19300a5659d0752ed55cc8c419fe39d6dfb233f5 (patch) | |
tree | b8db488a0d26e759595b067647c6b7951359d41a /searx/engines/mwmbl.py | |
parent | 1e2d11fb57fcba0c3def25889770b5bf1cec4ca9 (diff) | |
download | searxng-19300a5659d0752ed55cc8c419fe39d6dfb233f5.tar.gz searxng-19300a5659d0752ed55cc8c419fe39d6dfb233f5.zip |
[mod] engine mwmbl: add link to official api docs
Diffstat (limited to 'searx/engines/mwmbl.py')
-rw-r--r-- | searx/engines/mwmbl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/mwmbl.py b/searx/engines/mwmbl.py index 501501c20..1253d0be4 100644 --- a/searx/engines/mwmbl.py +++ b/searx/engines/mwmbl.py @@ -7,7 +7,7 @@ from urllib.parse import urlencode about = { "website": 'https://github.com/mwmbl/mwmbl', - "official_api_documentation": None, + "official_api_documentation": 'https://api.mwmbl.org/docs', "use_official_api": True, "require_api_key": False, "results": 'JSON', |