summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-03-08 09:41:32 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-03-08 11:43:34 +0100
commitd2faea423a33a82867e097505cd88b84c24a7931 (patch)
treedb04150a3ab80b372aa4f855022f5d6ba08bff98 /Makefile
parent0d8b369b5b300e8a575d6715fc75067d09db63a5 (diff)
downloadsearxng-d2faea423a33a82867e097505cd88b84c24a7931.tar.gz
searxng-d2faea423a33a82867e097505cd88b84c24a7931.zip
[fix] rewrite Yahoo-News engine
Many things have been changed since last review of this engine. This patch fix xpath selectors, implements suggestion and is a complete review / rewrite of the engine. Signed-off-by: Markus Heiser <markus@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9917da78b..a01bbe687 100644
--- a/Makefile
+++ b/Makefile
@@ -196,6 +196,7 @@ PYLINT_FILES=\
searx/engines/google_images.py \
searx/engines/mediathekviewweb.py \
searx/engines/google_scholar.py \
+ searx/engines/yahoo_news.py \
searx_extra/update/update_external_bangs.py
test.pylint: pyenvinstall