mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 07:00:02 +00:00
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
@@ -12,8 +12,7 @@ from lxml import html
|
||||
from operator import itemgetter
|
||||
from datetime import datetime
|
||||
from urllib.parse import quote
|
||||
from searx.engines.xpath import extract_text
|
||||
from searx.utils import get_torrent_size
|
||||
from searx.utils import extract_text, get_torrent_size
|
||||
from searx.poolrequests import get as http_get
|
||||
|
||||
# engine dependent config
|
||||
|
||||
Reference in New Issue
Block a user