summaryrefslogtreecommitdiff
path: root/searx/engines/mediathekviewweb.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-12-21 12:54:58 +0100
committerGitHub <noreply@github.com>2021-12-21 12:54:58 +0100
commit06435e08efdfbc8fa19768fe17552e1339570ee0 (patch)
tree412ebed948aae1ef9f4390f4c7c4d9fe07e1da6d /searx/engines/mediathekviewweb.py
parent3c0f01aed7b9e51d8ee7bd0110b1aefa790a71c3 (diff)
parente28c6bda35666aa382e6563f4f209d677b9f5ff3 (diff)
Merge pull request #629 from not-my-profile/about-language
[doc] introduce about.language and sort engines by it
Diffstat (limited to 'searx/engines/mediathekviewweb.py')
-rw-r--r--searx/engines/mediathekviewweb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/mediathekviewweb.py b/searx/engines/mediathekviewweb.py
index bd7c16a5d..d4cb853d4 100644
--- a/searx/engines/mediathekviewweb.py
+++ b/searx/engines/mediathekviewweb.py
@@ -14,6 +14,7 @@ about = {
"use_official_api": True,
"require_api_key": False,
"results": 'JSON',
+ "language": "de",
}
categories = ['videos']