msva / lua-htmlparser

An HTML parser for lua.
231 stars 44 forks source link

Unable to install with luarocks #52

Closed italomaia closed 6 years ago

italomaia commented 7 years ago

Tried to install it and got the following error:

luarocks install htmlparser --local

Error: Couldn't extract archive lua-htmlparser: unrecognized filename extension

zja711 commented 6 years ago

i solved it by

git clone https://github.com/msva/lua-htmlparser.git cd lua-htmlparser/ luarocks make

TangentFoxy commented 6 years ago

Same issue, same solution. :/

Prasanna-sr commented 6 years ago

same issue

italomaia commented 6 years ago

Ok, we have a workaround. Would a fix to the rock be viable?

d9k commented 6 years ago

/me updating thread, mentioning @msva

p. s.: the library is great!

msva commented 6 years ago

Fixed now