mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
from lxml import html, etree
|
||||
import re
|
||||
from urllib.parse import quote, urljoin
|
||||
from searx.engines.xpath import extract_text
|
||||
from searx.utils import eval_xpath
|
||||
from searx.utils import extract_text, eval_xpath
|
||||
from searx import logger
|
||||
|
||||
categories = ['general']
|
||||
|
||||
Reference in New Issue
Block a user