diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-22 18:49:45 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-22 18:49:45 +0100 |
commit | baec54c49295020bd925e34a705afca29d7458f3 (patch) | |
tree | f8a9c8c6c28c6596249cf735cbb2b34fb20ca76d /Makefile | |
parent | f310305c54c3cd1d9fc74f09453294edbd2b5486 (diff) | |
download | searxng-baec54c49295020bd925e34a705afca29d7458f3.tar.gz searxng-baec54c49295020bd925e34a705afca29d7458f3.zip |
[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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)) |