update_engine_descriptions.py: keep detect_language

This commit is contained in:
Alexandre Flament 2021-09-18 11:06:55 +02:00 committed by GitHub
parent 60903358cd
commit 8be95d258c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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