Advertisement
kiska

Untitled

Apr 10th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if (status_code >=300 and status_code <= 399) then
  2. local newloc = string.match(http_stat["newloc"], "^([^#]+)")
  3. if string.match(newloc, "^https?://sola.ai/" .. item_value) then
  4. wget.actions.CONTINUE
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement