mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-27 18:42:19 +00:00
fix: missed limit as parse() parameter
This commit is contained in:
@@ -22,7 +22,7 @@ local tpl_rep={
|
||||
local tpl_rep_rev = {}
|
||||
|
||||
|
||||
local function parse(text)
|
||||
local function parse(text,limit)
|
||||
local text=str(text)
|
||||
|
||||
local limit = limit or htmlparser_looplimit or 1000
|
||||
|
Reference in New Issue
Block a user