K
K
KOS_MOS2014-07-18 12:27:40
Wget
KOS_MOS, 2014-07-18 12:27:40

Why is the site not downloading with wget -r?

I want to download a site for local use - mitsubishi.ilcats.ru, I try to do it through wget -r - as a result, only the main page and robots.txt are downloaded, wget does not go further.
There are links on the main downloaded page, of course.
Tried through httrack - exactly the same situation.
What can be wrong? some sort of magic.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
paradoxnumber7, 2017-06-23
@paradoxnumber7

--user-agent=opera -e robots=off

R
RPG, 2014-07-18
@RPG

Try it: wget --mirrorPerhaps the site has absolute links to another domain - by default, wget does not download other domains (an extra www is enough).

V
Vlad Zhivotnev, 2014-07-18
@inkvizitor68sl

wget -rck try

J
Johnny Mastricht, 2015-09-29
@JohnyMastricht

Try
wget -r -k -l 7 -p -E mitsubishi.ilcats.ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question