diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-08 19:03:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-08 19:03:41 +0100 |
| commit | ccf5ac980187d70e080e95b102b63646d6c07960 (patch) | |
| tree | db04150a3ab80b372aa4f855022f5d6ba08bff98 /Makefile | |
| parent | 0d8b369b5b300e8a575d6715fc75067d09db63a5 (diff) | |
| parent | d2faea423a33a82867e097505cd88b84c24a7931 (diff) | |
Merge pull request #2640 from return42/fix-yahoo-news
[fix] rewrite Yahoo-News engine
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |