mirror of
https://github.com/searxng/searxng.git
synced 2025-12-30 23:50:01 +00:00
[mod] move extract_text, extract_url to searx.utils
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
import re
|
||||
from urllib.parse import urlencode
|
||||
from lxml import html
|
||||
from searx.engines.xpath import extract_text
|
||||
from datetime import datetime
|
||||
from searx.utils import get_torrent_size, int_or_zero
|
||||
from searx.utils import extract_text, get_torrent_size, int_or_zero
|
||||
|
||||
# engine dependent config
|
||||
categories = ['files', 'videos', 'music']
|
||||
|
||||
Reference in New Issue
Block a user