diff options
Diffstat (limited to 'searx/engines/bing_news.py')
| -rw-r--r-- | searx/engines/bing_news.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/bing_news.py b/searx/engines/bing_news.py index 2e4b78278..738c642aa 100644 --- a/searx/engines/bing_news.py +++ b/searx/engines/bing_news.py @@ -25,7 +25,6 @@ about = { # engine dependent config categories = ['news'] paging = True -language_support = True time_range_support = True # search-url |