diff options
Diffstat (limited to 'searx/engines/google_videos.py')
| -rw-r--r-- | searx/engines/google_videos.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index 16b9784bd..9c529e271 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -61,6 +61,10 @@ about = { categories = ['videos', 'web'] paging = True max_page = 50 +"""`Google: max 50 pages` + +.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982 +""" language_support = True time_range_support = True safesearch = True |