mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
An HTML parser for lua.
591e7ebc8b
fixed :not() in that it filters after all matches, preventing later selection of elements that shouldn't have been there Also, ditched the idea of returning a container node, since it was complex and didn't add much. The functionality could be reintroduced by having Set implement the __call or maybe even __index to return the combined results of all its elements. |
||
---|---|---|
.gitignore | ||
ElementNode.lua | ||
htmlparser.lua | ||
README.md | ||
Set.lua | ||
test.html | ||
test.lua | ||
voidelements.lua |
lua-htmlparser
An HTML parser for lua.