Unable to grab a website #26
-
Can anyone suggest why this may not be working as expected: The main page is this one: This is the content that is acquired (formatted for clarity): <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
<title></title>
<script src="https://www.google.com/adsense/domains/caf.js" type="text/javascript"></script>
<noscript>
<style>
#content-main{display:none}
</style>
<div>
For full functionality of this site it is necessary to enable JavaScript. Here are the
<a target="_blank" rel="noopener noreferrer" href="https://www.enable-javascript.com/">instructions how to enable JavaScript in your web browser</a>.
</div>
</noscript>
<script type="application/javascript">
window.LANDER_SYSTEM="CP"
</script>
</head>
<body>
<div id="contentMain"></div>
<script>
!function(e){function r(r){for(var n,a,i=r[0],l=r[1],p=r[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,p||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var l=t[i];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="https://img1.wsimg.com/parking-lander/";var i=this["webpackJsonpparking-lander"]=this["webpackJsonpparking-lander"]||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var p=0;p<i.length;p++)r(i[p]);var f=l;t()}([])
</script>
<script src="https://img1.wsimg.com/parking-lander/static/js/2.4ab5b47f.chunk.js"></script>
<script src="https://img1.wsimg.com/parking-lander/static/js/main.67e362bc.chunk.js"></script>
</body>
</html> |
Beta Was this translation helpful? Give feedback.
Answered by
StrawberryMaster
Aug 10, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StrawberryMaster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late response. I believe this is intentional because it tries to fetch the latest snapshots of that site; it's why it's broken for you. If you run
wayback_machine_downloader http://shell.deru.com --to 20090406021542 --only "~sgn1/AW11"
it should work: