1 2 3 4 5 6 7 8 9
| wget -h ... -c, --continue resume getting a partially-downloaded file -r, --recursive specify recursive download -np, --no-parent don't ascend to the parent directory -k, --convert-links make links in downloaded HTML or CSS point to local files -L, --relative follow relative links only -p, --page-requisites get all images, etc. needed to display HTML page -A, --accept=LIST comma-separated list of accepted extensions
|