From bc1be3f0e9df3e634e3193db1f052a75bbb4e682 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 9 Feb 2021 13:08:01 +0100 Subject: [enh] add engine MediathekViewWeb (API) Signed-off-by: Markus Heiser --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3