For example, when I open https://stackoverflow.com/ in browser, the browser will download not only the main page, but also images, js, css.
But when I do curl https://stackoverflow.com/
, only the main page html is downloaded. Is there any options of curl
or wget
that can download images/js/css also?
Or any other tools can do this?