diff options
Diffstat (limited to 'searx/engines/google_news.py')
| -rw-r--r-- | searx/engines/google_news.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_news.py b/searx/engines/google_news.py index b10f77005..27eee8144 100644 --- a/searx/engines/google_news.py +++ b/searx/engines/google_news.py @@ -68,7 +68,6 @@ time_range_dict = { categories = ['news'] paging = False -language_support = True use_locale_domain = True time_range_support = True |