summaryrefslogtreecommitdiff
path: root/searx/engines/google_videos.py
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-22 16:58:52 +0100
committerMartin Fischer <martin@push-f.com>2022-01-05 11:00:11 +0100
commitb02f762687c117baba523cefdcd16d0f94ae886a (patch)
tree1336c497fab529f4e6c8e21a924d344fd8fbe25b /searx/engines/google_videos.py
parent8e9ad1ccc296c220d61f12926c94d98baa83e3ca (diff)
[enh] add more categories
Diffstat (limited to 'searx/engines/google_videos.py')
-rw-r--r--searx/engines/google_videos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py
index 049f9138c..06aac8ae1 100644
--- a/searx/engines/google_videos.py
+++ b/searx/engines/google_videos.py
@@ -54,7 +54,7 @@ about = {
# engine dependent config
-categories = ['videos']
+categories = ['videos', 'web']
paging = False
language_support = True
use_locale_domain = True