This commit is contained in:
TheTechRobo 2022-05-17 21:06:28 -04:00
parent 4b1fd46887
commit 86a56006c2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ wget.callbacks.get_urls = function(file, url, is_css, iri)
end
QUEUED_URLS = true
end
if startswith(url, "https://www.tharpsontheimerfh.com/tributes/") then
if url:match("https://www.tharpsontheimerfh.com/tributes/[^/]+/?$") then
local ok=os.getenv("item_name")
local root=htmlparser.parse(data)
local div =root("#obitsbarV31")