Answer the question
In order to leave comments, you need to log in
Wget does not download the site, how to fix it?
Good mood and health to all!
Dear experts, tell me why wget doesn't download the site completely?
It only downloads an html file with the following content:
<html>
<head>
<script>function set_cookie(){var now = new Date();var time = now.getTime();time += 19360000 * 1000;now.setTime(time);document.cookie='beget=begetok'+'; expires='+now.toGMTString()+'; path=/';}set_cookie();location.reload();;
</script>
</head>
<body>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
well, how would the purpose of cookies be here, like wget is not yet able to run scripts, write the cookies yourself
You all do this, however, the Anti-DDOS system is running on the specified site, which first sets the Cookie and in parallel checks the functionality of JavaScript to weed out "stupid" bots.
Didn't look at the wget man page, but you need to pass the beget=begetok cookie
Didn't know that you can pass cookies... Can you tell me how to do it?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question