mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
update_engine_descriptions.py: keep detect_language
This commit is contained in:
parent
60903358cd
commit
8be95d258c
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
from urllib.parse import quote, urlparse
|
from urllib.parse import quote, urlparse
|
||||||
|
import detect_language
|
||||||
from lxml.html import fromstring
|
from lxml.html import fromstring
|
||||||
import cld3
|
|
||||||
|
|
||||||
from searx.engines import wikidata, set_loggers
|
from searx.engines import wikidata, set_loggers
|
||||||
from searx.utils import extract_text
|
from searx.utils import extract_text
|
||||||
|
|
Loading…
Add table
Reference in a new issue