lua-htmlparser icon indicating copy to clipboard operation
lua-htmlparser copied to clipboard

An HTML parser for lua.

Results 3 lua-htmlparser issues
Sort by recently updated
recently updated
newest added

Good morning sirs. Using luajit and vanilla lua. Installed from luarocks. Parsing with gumbo is fine. But it's ded and not portable on some system. Tried with various html fixer...

Im getting error "variable 'htmlparser_opts' is not declared" after local htmlparser = require ("htmlparser"). How can i fix it?

I have a recursive function that goes through all elements from top to bottom, and I want to handle booth "raw" text and tags. I seam to only be able...