forked from Icycoide/searxng
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
parent
ecb9f28869
commit
2006eb4680
39 changed files with 156 additions and 137 deletions
|
@ -17,8 +17,7 @@ import re
|
|||
from urllib.parse import urlencode
|
||||
from lxml import html
|
||||
from searx import logger, utils
|
||||
from searx.engines.xpath import extract_text
|
||||
from searx.utils import match_language, gen_useragent, eval_xpath
|
||||
from searx.utils import extract_text, match_language, gen_useragent, eval_xpath
|
||||
|
||||
logger = logger.getChild('bing engine')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue