diff options
Diffstat (limited to 'searx/engines/google_videos.py')
| -rw-r--r-- | searx/engines/google_videos.py | 2 |
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 |