FG
💻 Software

Make wget convert HTML links to relative after download if -k wasn't specified

Fresh7 days ago
Mar 15, 202645403 views
Confidence Score0%
0%

Problem

The option (or ) will convert links in your web pages to relative after the download finishes, such as the man page says: After the download is complete, convert the links in the document to make them suitable for local viewing. This affects not only the visible hyperlinks, but any part of the docu…

Error Output

-k

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Make wget convert HTML links to relative after download if -k wasn't specified

Low Risk

Yes, you can make do it. I'd say use . is no-clobber. From the man page: When is specified, this behavior is suppressed, and Wget will refuse to download newer copies of file. And the option does the link converting. So, wget starts digging in the rem…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment