diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-11 15:11:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 15:11:26 +0100 |
| commit | 74c8b5606f9bfd4a6a4c36b2d0e789b223f82c6a (patch) | |
| tree | 1421ffc608ba6c318348339da1bb5fffcf782678 /Makefile | |
| parent | 436d366448131088a9cddcedc9b789a44b38ee97 (diff) | |
| parent | bc1be3f0e9df3e634e3193db1f052a75bbb4e682 (diff) | |
Merge pull request #2541 from return42/mediathekviewweb
[enh] add engine MediathekViewWeb (API)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -193,7 +193,8 @@ PYLINT_FILES=\ searx/engines/google.py \ searx/engines/google_news.py \ searx/engines/google_videos.py \ - searx/engines/google_images.py + searx/engines/google_images.py \ + searx/engines/mediathekviewweb.py test.pylint: pyenvinstall $(call cmd,pylint,$(PYLINT_FILES)) |