wget2
Next-generation wget with HTTP/2 support
TLDR
SYNOPSIS
wget2 [-O file] [-c] [-r] [options] urls
DESCRIPTION
wget2 is the next-generation version of GNU Wget, rebuilt to support modern protocols and parallel downloading. It adds native HTTP/2 support with multiplexed streams, enabling more efficient communication with servers that support the protocol.
Parallel downloading fetches multiple files simultaneously over reused connections, significantly speeding up batch downloads compared to the sequential approach of the original wget. Recursive downloading and website mirroring are supported with the same familiar -r and -m flags.
The tool maintains command-line compatibility with wget for basic operations like downloading files, resuming interrupted transfers, and recursive mirroring, while improving performance through its modernized network stack.
PARAMETERS
-O FILE
Output filename.-c, --continue
Resume download.-r, --recursive
Recursive download.-m, --mirror
Mirror site.--parallel
Parallel connections.--limit-rate RATE
Bandwidth limit.--http2
Force HTTP/2.-q, --quiet
Quiet mode.-P DIR
Save to directory.
CAVEATS
Not all wget options supported. Still in development. May have bugs.
HISTORY
wget2 was developed as a modern rewrite of GNU Wget. It adds contemporary protocols while maintaining compatibility.

