mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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:
parent
f4a17acb7a
commit
89b3050b5c
2 changed files with 184 additions and 59 deletions
3
Makefile
3
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue