bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Bug in WGET?


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Bug in WGET?
Date: Sat, 23 Jul 2011 14:12:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hello,

Patrick Steil <address@hidden> writes:

> If I run this command:
>
> wget www.domain.org/news?page=1 options= -r --no-clobber --html-extension
> --convert-links -np --include-directories=news

> Here is what it does today:
>
> 1.  When --html-extension is turned on, the --noclobber is not changing the
> name of the downloaded files, but it DOES rewrite the file as the date/time
> stamp changes every time I run the above command.

I couldn't reproduce it.  I have `strace'd but I can't see any syscall
which could modify the time stamp.  Can you please attach the strace
and the wget debug log?  You can get it by:

strace -o strace.log wget <args> -d -o wget.log



> 2.  If I turn off --html-extension, then as soon as WGET sees that the first
> file has already been downloaded it stops and does not continue to
> spider/download any further pages.

AFAICS, the behaviour you get using --no-clobber and -r is documented,
and it should work exactly as you described it (a newer version is
ignored).  The old version is still traversed for links.

Cheers,
Giuseppe



reply via email to

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