[10:14] balrog underscor share some ops please [22:10] I've been reading wget-lua's docs and I don't quite get the difference between action.EXIT and action.NOTHING. [22:10] NOTHING let's wget decide [22:11] EXIT just download whatever the url is and doesn't retry or anything (even though wget would (in case of a 0)) [22:11] away now [22:13] EXIT also doesn't follow redirects from the url for example [22:14] it downloads it and does nothing with it, just goes on with the next url in the list [22:15] So basically, NOTHING is actually more like "NOTHING is different from the usual rule about how you treat this" and EXIT is "Take what you got and be happy with it"