html5-parser
html5-parser copied to clipboard
Fast C based HTML 5 parsing for python
Results
1
html5-parser issues
Sort by
recently updated
recently updated
newest added
We'd like to use MinGW on Windows to compile this library, though line 22 is appending "/O2" explicitly: ```python cargs = ('/O2' if iswindows else '-O3').split() ``` There should probably...