From cbd257ef029b515144f0b6664d637e8c28bb228c Mon Sep 17 00:00:00 2001 From: TheTechRobo <52163910+TheTechRobo@users.noreply.github.com> Date: Tue, 24 May 2022 21:24:40 -0400 Subject: [PATCH] fix --- grab.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grab.lua b/grab.lua index 9cf703d..a86a3b6 100644 --- a/grab.lua +++ b/grab.lua @@ -40,7 +40,7 @@ end wget.callbacks.httploop_result = function(url, err, http_stat) io.stderr:write(http_stat["statcode"] .. url["url"] .. "\n") - if string.match(url.url, "/fetch-comments/") then + if string.match(url.url, "/fetch%-comments%?") then return end if string.match(url.url, "/r$") then