wget (extended)#
Retries, headers, mirroring extras.
$ wget --tries=5 --timeout=20 URL
$ wget --header='Authorization: Bearer TOKEN' URL
$ wget --user-agent='Mozilla/5.0' URL
$ wget --load-cookies cookies.txt URL
Retries, headers, mirroring extras.
$ wget --tries=5 --timeout=20 URL
$ wget --header='Authorization: Bearer TOKEN' URL
$ wget --user-agent='Mozilla/5.0' URL
$ wget --load-cookies cookies.txt URL