summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-01-22 17:16:46 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-01-24 09:39:30 +0100
commit89b3050b5c406f795dd25d24f182cf173ad42774 (patch)
tree0c59f73e97658a0596411f40ccaf5666fc1287e5 /Makefile
parentf4a17acb7a4fa82c5cb629f4eaad11ef528f89e4 (diff)
[fix] revise of the google-Video engine
This revise is based on the methods developed in the revise of the google engine (see commit 410c2f9). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 350b2321..55b74478 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,8 @@ PYLINT_FILES=\
searx/engines/deviantart.py \
searx/engines/digg.py \
searx/engines/google.py \
- searx/engines/google_news.py
+ searx/engines/google_news.py \
+ searx/engines/google_videos.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))