Parâmetro: --content-on-error
, disponível no wget 1.14:
If this is set to on, wget will not skip the content when the server responds with a http status code that indicates error.
wget
normalmente pára quando recebe um erro HTTP, por ex. 404 ou mais. Existe uma opção para fazer o wget
baixar o conteúdo da página, independentemente do código HTTP?
Parâmetro: --content-on-error
, disponível no wget 1.14:
If this is set to on, wget will not skip the content when the server responds with a http status code that indicates error.
Tags wget