From 89b3050b5c406f795dd25d24f182cf173ad42774 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 22 Jan 2021 17:16:46 +0100 Subject: [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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 350b2321b..55b744786 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)) -- cgit v1.2.3