FG

Can wget convert links within a local html document?

Fresh3 days ago
Mar 15, 20264678 views
Confidence Score0%
0%

Problem

I know that can fetch a remote page and its dependencies and rewrite the html so that image attributes reference the newly downloaded images. I am trying to convert local html files that reference images on the Internet. I'm using All of the referenced images are downloaded to the appropriate place…

Error Output

wget --mirror --page-requisites --convert-links \
     --directory-prefix=foo \
     --force-html \
     --input-file=my_file.html

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can wget convert links within a local html document?

Low Risk

Try this: This will bring you an entire website locally. just tried it, working fine. with local resources

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment