mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
remove articles number from engines_languages.json
This commit is contained in:
parent
9b6ffed061
commit
d6681fd33b
2 changed files with 2 additions and 3 deletions
|
@ -106,6 +106,6 @@ def _fetch_supported_languages(resp):
|
|||
articles = int(td[4].xpath('./a/b')[0].text.replace(',', ''))
|
||||
# exclude languages with too few articles
|
||||
if articles >= 100:
|
||||
supported_languages[code] = {"name": name, "english_name": english_name, "articles": articles}
|
||||
supported_languages[code] = {"name": name, "english_name": english_name}
|
||||
|
||||
return supported_languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue