diff options
Diffstat (limited to 'searx/engines/google_videos.py')
| -rw-r--r-- | searx/engines/google_videos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index f922e1f70..0b1a51115 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -57,6 +57,7 @@ about = { categories = ['videos', 'web'] paging = True +max_page = 50 language_support = True time_range_support = True safesearch = True |