mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 02:52: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 tpl_rep_rev = {}
|
||||||
|
|
||||||
|
|
||||||
local function parse(text)
|
local function parse(text,limit)
|
||||||
local text=str(text)
|
local text=str(text)
|
||||||
|
|
||||||
local limit = limit or htmlparser_looplimit or 1000
|
local limit = limit or htmlparser_looplimit or 1000
|
||||||
|
Reference in New Issue
Block a user