[mod] add utils/fetch_external_bangs.py

Based on duckduckgo bangs
Store bangs on a trie to allow autocomplete (not in this commit)
This commit is contained in:
Alexandre Flament
2021-02-22 18:03:24 +01:00
parent 606aa79e49
commit 7c1847d5f2
7 changed files with 19432 additions and 67946 deletions

View File

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