mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
fix fetch_langauges to be more accurate
Add languages supported by either all default general engines or 10 engines.
This commit is contained in:
parent
b9d4c0523e
commit
d1eae9359f
5 changed files with 154 additions and 150 deletions
|
@ -23,7 +23,7 @@ from searx.url_utils import urlencode
|
|||
categories = ['general']
|
||||
paging = True
|
||||
language_support = True
|
||||
supported_languages_url = 'https://duckduckgo.com/d2030.js'
|
||||
supported_languages_url = 'https://duckduckgo.com/util/u172.js'
|
||||
time_range_support = True
|
||||
|
||||
# search-url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue