wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | "convert-links" option destroys files whenever th


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | "convert-links" option destroys files whenever there is a link to the homepage on the page (#411)
Date: Wed, 31 Oct 2018 15:00:03 +0000

Addressed in 89ff57ee937e6c70d3927c00a9dda75f33947238

Different URLs may result in the same local file, e.g. `http://x.y`, 
`http://x.y/` and `http://x.y/index.html` result in filename `x.y/index.html` 
with `-r -k`.

Consequently, each of those pages where downloaded separately and processed as 
`x.y/index.html` for link conversion. That corrupted the file.

@darnir The commit is a quick fix, maybe we can do better. The above 3 URLs 
result in 2 different requests which may give 2 different payloads. But let's 
open another issue for discussion.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/411#note_113531035
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]