[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 <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2021-01-22 18:49:45 +01:00
parent f310305c54
commit baec54c492
4 changed files with 167 additions and 68 deletions

View File

@@ -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))