mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user