I recently learned about the wcurl command. It’s a wrapper around curl, focused on making downloading files simple without passing options. It has some heuristics to figure out what to do with the given URLs, and in my testing it’s pretty good. For simple file downloading, I think this will replace regular curl calls for me.