A partir da página de manual de wget
:
With HTTP URLs, Wget retrieves and parses the HTML or CSS from the given URL, retrieving the files the document refers to, through markup like href or src, or CSS URI values specified using the ‘url()’ functional notation. If the freshly downloaded file is also of type text/html, application/xhtml+xml, or text/css, it will be parsed and followed further.
Em outras palavras, se o local do arquivo não for explicitamente gravado como href
ou src
ou algo semelhante na origem da página, mas sim gerado por alguns snippets JavaScript ou retornado (por php, para exemplo) depois de enviar alguns pedidos para o servidor, não há muito wget
pode fazer com ele mesmo se ele estiver armazenado no mesmo domínio.