The website loads its assets from some other domain & I am not able to download those assets at all.(JS, CSS, Images, etc)
Say the website is example.com
& it includes assets from, say, assets.orange.com
.
How do I tell WGET to download those assets, save it into different folders(js, css, images) and convert the links in the downloaded HTML files?
I don't know what I am doing wrong & where to specify assets.orange.com
in this command.
wget \
--mirror \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains example.com \
--no-parent \
example.com