bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] can't get some pages


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] can't get some pages
Date: Mon, 26 Jul 2010 17:41:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

I have investigated better this problem.  As you can see in the default
page code, there are lines as:

   <a href="faq/es" class="internal">español</a>
   <a href="faq/ru" class="internal">???????</a>

This is the reason why a directory "faq/" is created.

I am not sure if in this case, where "foo/" redirects to "foo" and "foo"
already exists and it is a directory, we should assume that the
destination file is "foo/default.html".

Giuseppe



gary jefferson <address@hidden> writes:

> wget --version returns 1.12 here too.
>
> On Sat, Jul 24, 2010 at 2:57 AM, Giuseppe Scrivano <address@hidden> wrote:
>> What wget version are you using?  It works well for me using wget 1.12.
>>
>> Cheers,
>> Giuseppe
>>
>>
>>
>> gary jefferson <address@hidden> writes:
>>
>>> I'm using 'wget -nc -p -k -r --default-page=index.html http://webpy.org/'
>>>
>>> This works fine for most of the site, but fails on pages such as
>>> "http://webpy.org/faq";. Instead of downloading that page, I get a
>>> "faq/" directory full of translated pages for "faq":
>>>
>>> ~$ ls webpy.org/faq
>>> es            fr            ja            ru            zh-cn
>>> es?m=edit     fr?m=edit     ja?m=edit     ru?m=edit     zh-cn?m=edit
>>> es?m=history  fr?m=history  ja?m=history  ru?m=history  zh-cn?m=history
>>> ~$
>>>
>>> Anyone run into something like this? I can't see a wget option that
>>> addresses it (webpy.org has a wiki-like app for all page content).
>>>
>>> Thanks in advance,
>>> GJ
>>



reply via email to

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