add html5lib parser
This commit is contained in:
parent
4d82163b41
commit
41ef766e48
2 changed files with 34 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from .standardparser import StandardParser
|
||||
from .elementtidyparser import ElementTidyParser
|
||||
from .html5libparser import Html5libParser
|
||||
from .lxmlparser import LxmlHtmlParser
|
||||
from .standardparser import StandardParser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue