Wouter Scherphof 591e7ebc8b improved not and lost method chaining
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.
2013-03-24 23:20:03 +01:00
2013-03-19 11:37:08 +01:00
2013-03-19 22:36:08 +01:00
2013-03-19 11:37:08 +01:00
2013-03-22 00:10:24 +01:00
2013-03-24 23:20:03 +01:00
2013-03-19 11:37:08 +01:00

lua-htmlparser

An HTML parser for lua.

Description
An HTML parser for lua.
Readme 173 KiB
Languages
Lua 92.6%
Shell 7.4%