We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea0768 commit 3a9b907Copy full SHA for 3a9b907
ingestors/documents/html.py
@@ -7,6 +7,7 @@
7
8
class HTMLIngestor(Ingestor, EncodingSupport, HTMLSupport):
9
"HTML file ingestor class. Extracts the text from the web page."
10
+
11
MIME_TYPES = ["text/html"]
12
EXTENSIONS = [
13
"htm",
ingestors/exc.py
@@ -3,6 +3,7 @@
3
4
class ProcessingException(Exception):
5
"A data-related error occuring during file processing."
6
pass
0 commit comments