I'm using wget to download useful website recursively:
wget -k -m -r -q -t 1 http://www.web.com/
But external website also downloaded along with the website I want.
How to prevent this external website from being downloaded?
I'm using wget to download useful website recursively:
wget -k -m -r -q -t 1 http://www.web.com/
But external website also downloaded along with the website I want.
How to prevent this external website from being downloaded?