diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-12-21 12:54:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 12:54:58 +0100 |
| commit | 06435e08efdfbc8fa19768fe17552e1339570ee0 (patch) | |
| tree | 412ebed948aae1ef9f4390f4c7c4d9fe07e1da6d /searx/engines/mediathekviewweb.py | |
| parent | 3c0f01aed7b9e51d8ee7bd0110b1aefa790a71c3 (diff) | |
| parent | e28c6bda35666aa382e6563f4f209d677b9f5ff3 (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.py | 1 |
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'] |