summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-02-09 13:08:01 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-02-09 13:08:01 +0100
commitbc1be3f0e9df3e634e3193db1f052a75bbb4e682 (patch)
treef571d5862b3678172553c7c9cd024e3059d66457 /Makefile
parentab8739809c8c5f4c1f12e4b15fa8c61afe30ef9f (diff)
downloadsearxng-bc1be3f0e9df3e634e3193db1f052a75bbb4e682.tar.gz
searxng-bc1be3f0e9df3e634e3193db1f052a75bbb4e682.zip
[enh] add engine MediathekViewWeb (API)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d148581dd..13f965b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,8 @@ PYLINT_FILES=\
searx/engines/google.py \
searx/engines/google_news.py \
searx/engines/google_videos.py \
- searx/engines/google_images.py
+ searx/engines/google_images.py \
+ searx/engines/mediathekviewweb.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))