diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-03-01 15:02:11 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-03-01 15:16:37 +0100 |
commit | d48e2e7b0b31e03451105cd6f8714f1531dfded8 (patch) | |
tree | 60e1a39a899555063dff71190a0dfd988eb9499b /Makefile | |
parent | e2fb50089219207f7e11bcfc049b48f2f4b9a6c8 (diff) | |
download | searxng-d48e2e7b0b31e03451105cd6f8714f1531dfded8.tar.gz searxng-d48e2e7b0b31e03451105cd6f8714f1531dfded8.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |