wget2

Fast and efficient file downloader and recursive website crawler

brewmacoslinux
Try with needOr install directly
Source

About

Successor of GNU Wget, a file and recursive website downloader

Commands

wget2

Examples

Download a single file$ wget2 https://example.com/file.zip
Recursively download a website with depth limit$ wget2 -r -l 2 https://example.com
Download with custom output filename and show progress$ wget2 -O myfile.pdf https://example.com/document.pdf