-s, --silent
Silent or quiet mode. Don't show progress meter or error messages. Makes Curl mute. It will still output the data you ask for, potentially even to the terminal/stdout unless you redirect it.
For example, are there any difficulties in using the standard library? Do you need system calls? When calling curl through subprocess, you have to manually handle various exceptions such as timeout, stderr, stdout, and process return code...urllib
man curl
Try the following code:
I don’t know what platform you are using
curl -h
Take a look at the parameter settingsFor example, are there any difficulties in using the standard library? Do you need system calls? When calling curl through subprocess, you have to manually handle various exceptions such as timeout, stderr, stdout, and process return code...
urllib