From 7c1847d5f2f78392d4e7f6b4892d732f6520b3dc Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 22 Feb 2021 18:03:24 +0100 Subject: [mod] add utils/fetch_external_bangs.py Based on duckduckgo bangs Store bangs on a trie to allow autocomplete (not in this commit) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13f965b6c..fbf5f94b8 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,8 @@ PYLINT_FILES=\ searx/engines/google_news.py \ searx/engines/google_videos.py \ searx/engines/google_images.py \ - searx/engines/mediathekviewweb.py + searx/engines/mediathekviewweb.py \ + utils/fetch_external_bangs.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) -- cgit v1.2.3