From baec54c49295020bd925e34a705afca29d7458f3 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 22 Jan 2021 18:49:45 +0100 Subject: [fix] revise of the google-news engine This revise is based on the methods developed in the revise of the google engine (see commit 410c2f9). Signed-off-by: Markus Heiser --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d8e3a199..350b2321b 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,9 @@ PYLINT_FILES=\ searx/testing.py \ searx/engines/gigablast.py \ searx/engines/deviantart.py \ - searx/engines/digg.py + searx/engines/digg.py \ + searx/engines/google.py \ + searx/engines/google_news.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) -- cgit v1.2.3-54-g00ecf