summaryrefslogtreecommitdiff
path: root/searx/engines
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines')
-rw-r--r--searx/engines/google.py4
-rw-r--r--searx/engines/google_images.py4
-rw-r--r--searx/engines/google_scholar.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py
index c35867eeb..73cc5c88c 100644
--- a/searx/engines/google.py
+++ b/searx/engines/google.py
@@ -53,9 +53,9 @@ about = {
categories = ['general', 'web']
paging = True
max_page = 50
-"""`Google: max 50 pages`_
+"""`Google max 50 pages`_
-.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
+.. _Google max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
time_range_support = True
safesearch = True
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
index 89db887b1..19374387a 100644
--- a/searx/engines/google_images.py
+++ b/searx/engines/google_images.py
@@ -47,9 +47,9 @@ about = {
categories = ['images', 'web']
paging = True
max_page = 50
-"""`Google: max 50 pages`_
+"""`Google max 50 pages`_
-.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
+.. _Google max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
time_range_support = True
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py
index 48c303529..481cce5dc 100644
--- a/searx/engines/google_scholar.py
+++ b/searx/engines/google_scholar.py
@@ -51,9 +51,9 @@ about = {
categories = ['science', 'scientific publications']
paging = True
max_page = 50
-"""`Google: max 50 pages`_
+"""`Google max 50 pages`_
-.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
+.. _Google max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
language_support = True
time_range_support = True