[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>
This commit is contained in:
Markus Heiser
2021-01-22 17:16:46 +01:00
parent f4a17acb7a
commit 89b3050b5c
2 changed files with 184 additions and 59 deletions

View File

@@ -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))