forked from zaclys/searxng
[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>
This commit is contained in:
parent
e2fb500892
commit
d48e2e7b0b
4 changed files with 300 additions and 19 deletions
3
Makefile
3
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue