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:
@@ -12,8 +12,7 @@
|
||||
|
||||
from urllib.parse import urljoin
|
||||
from lxml import html
|
||||
from searx.engines.xpath import extract_text
|
||||
from searx.utils import get_torrent_size
|
||||
from searx.utils import extract_text, get_torrent_size
|
||||
|
||||
|
||||
categories = ['videos', 'music', 'files']
|
||||
|
||||
Reference in New Issue
Block a user