From d48e2e7b0b31e03451105cd6f8714f1531dfded8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 1 Mar 2021 15:02:11 +0100 Subject: [enh] google scholar - python implementation of the engine The old xpath configuration for google scholar did not work and is replaced by a python implementation. Signed-off-by: Markus Heiser --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbf5f94b8..4e451b7ca 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,8 @@ PYLINT_FILES=\ searx/engines/google_videos.py \ searx/engines/google_images.py \ searx/engines/mediathekviewweb.py \ - utils/fetch_external_bangs.py + utils/fetch_external_bangs.py \ + searx/engines/google_scholar.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) -- cgit v1.2.3