mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
@@ -12,7 +12,7 @@ from lxml import html
|
||||
from json import loads
|
||||
from operator import itemgetter
|
||||
from urllib.parse import quote, urljoin
|
||||
from searx.engines.xpath import extract_text
|
||||
from searx.utils import extract_text
|
||||
|
||||
|
||||
url = 'https://seedpeer.me/'
|
||||
|
||||
Reference in New Issue
Block a user