diff options
Diffstat (limited to 'searx/engines/bing_videos.py')
-rw-r--r-- | searx/engines/bing_videos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/bing_videos.py b/searx/engines/bing_videos.py index 184f564df..ae8e8d49a 100644 --- a/searx/engines/bing_videos.py +++ b/searx/engines/bing_videos.py @@ -26,7 +26,7 @@ about = { "results": 'HTML', } -categories = ['videos'] +categories = ['videos', 'web'] paging = True safesearch = True time_range_support = True |