mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from urllib.parse import quote, 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
|
||||
|
||||
|
||||
url = 'https://1337x.to/'
|
||||
|
||||
Reference in New Issue
Block a user