Add HTMLParser compatibility to recursive Matrix parser and remove old parser
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
from .html_reader_lxml import HTMLNode, read_html
|
||||
except ImportError:
|
||||
from .html_reader_htmlparser import HTMLNode, read_html
|
||||
Reference in New Issue
Block a user