💻 Software
Make wget download page resources on a different domain
Fresh5 days ago
Mar 15, 202616633 viewsConfidence Score0%
0%
Problem
How do you use wget to download an entire site (domain A) when its resources are on another domain, (domain B)? I've tried:
Error Output
wget -r --level=inf -p -k -E --domains=domainA,domainB http://www.domainA
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Make wget download page resources on a different domain
Low Risk
UPDATE: I remember the command above worked for me in the past (that was in 2010, and I was using GNU Tools for Windows back then); however, when I tried to use it again recently, I had to modify it as follows: The shorthand version for it would be:…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix