diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-11 15:11:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 15:11:26 +0100 |
| commit | 74c8b5606f9bfd4a6a4c36b2d0e789b223f82c6a (patch) | |
| tree | 1421ffc608ba6c318348339da1bb5fffcf782678 /searx/settings.yml | |
| parent | 436d366448131088a9cddcedc9b789a44b38ee97 (diff) | |
| parent | bc1be3f0e9df3e634e3193db1f052a75bbb4e682 (diff) | |
Merge pull request #2541 from return42/mediathekviewweb
[enh] add engine MediathekViewWeb (API)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 20b6c18c1..87008eb20 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1258,6 +1258,10 @@ engines: categories: videos disabled : True + - name : mediathekviewweb + engine : mediathekviewweb + shortcut : mvw + # - name : yacy # engine : yacy # shortcut : ya |