summaryrefslogtreecommitdiff
path: root/searx/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/utils.py')
-rw-r--r--searx/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/utils.py b/searx/utils.py
index a444cd3cf..219135a4b 100644
--- a/searx/utils.py
+++ b/searx/utils.py
@@ -74,6 +74,7 @@ def highlight_content(content, query):
class HTMLTextExtractor(HTMLParser):
+
def __init__(self):
HTMLParser.__init__(self)
self.result = []