Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (status_code >=300 and status_code <= 399) then
- local newloc = string.match(http_stat["newloc"], "^([^#]+)")
- if string.match(newloc, "^https?://sola.ai/" .. item_value) then
- wget.actions.CONTINUE
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement