This commit is contained in:
TheTechRobo 2022-05-24 21:24:40 -04:00
parent 79164e2c46
commit cbd257ef02
1 changed files with 1 additions and 1 deletions

View File

@ -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