By default, **wcurl** does:
-## * Percent-encode whitespaces in URLs;
+## * Percent-encode whitespace in URLs;
## * Download multiple URLs in parallel
if the installed curl's version is \>= 7.66.0 (--parallel);
## --no-decode-filename
Don't percent-decode the output filename, even if the percent-encoding in the
-URL was done by **wcurl**, e.g.: The URL contained whitespaces.
+URL was done by **wcurl**, e.g.: The URL contained whitespace.
## --dry-run
# URL
URL to be downloaded. Anything that is not a parameter is considered
-an URL. Whitespaces are percent-encoded and the URL is passed to curl, which
+an URL. Whitespace is percent-encoded and the URL is passed to curl, which
then performs the parsing. May be specified more than once.
# EXAMPLES
# REPORTING BUGS
If you experience any problems with **wcurl** that you do not experience with
-curl, submit an issue on Github: https://github.com/curl/wcurl
+curl, submit an issue on GitHub: https://github.com/curl/wcurl
# COPYRIGHT
# Stop on errors and on usage of unset variables.
set -eu
-VERSION="2025.09.27+dev"
+VERSION="2025.11.04"
PROGRAM_NAME="$(basename "$0")"
readonly PROGRAM_NAME