diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-22 18:03:24 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-02-24 18:48:36 +0100 |
| commit | 7c1847d5f2f78392d4e7f6b4892d732f6520b3dc (patch) | |
| tree | fdaeb721ffc7c6bb55858790f211546bbe935323 /Makefile | |
| parent | 606aa79e4949cd29d207443a3f82c368fbae2faf (diff) | |
[mod] add utils/fetch_external_bangs.py
Based on duckduckgo bangs
Store bangs on a trie to allow autocomplete (not in this commit)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |