Browse Source

[mod] engine mwmbl: add link to official api docs

Bnyro 1 year ago
parent
commit
19300a5659
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/mwmbl.py

+ 1 - 1
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',