spanning hosts: 2 Problems

2002-03-26 Thread Jens Rösner
Hi wgeteers! I am using wget to parse a local html file which has numerous links into the www. Now, I only want hosts that include certain strings like -H -Daudi,vw,online.de Two things I don't like in the way wget 1.8.1 works on windows: The first page of even the rejected hosts gets saved. Th

Re: spanning hosts: 2 Problems

2002-03-26 Thread Ian Abbott
On 26 Mar 2002 at 19:01, Jens Rösner wrote: > I am using wget to parse a local html file which has numerous links into > the www. > Now, I only want hosts that include certain strings like > -H -Daudi,vw,online.de It's probably worth noting that the comparisons between the -D strings and the do

Re: spanning hosts: 2 Problems

2002-03-26 Thread Jens Rösner
Hi Ian! [..] > It's probably worth noting that the comparisons between the -D > strings and the domains being followed (or not) is anchored at > the ends of the strings, i.e. "-Dfoo" matches "bar.foo" but not > "foo.bar". *doh* Thanks for the info. I thought it would work similarly to the accept

Re: spanning hosts: 2 Problems

2002-03-27 Thread Ian Abbott
On 26 Mar 2002 at 20:24, Jens Rösner wrote: > Hi Ian! Hi Jens! > > > The first page of even the rejected hosts gets saved. > > That sounds like a bug. > > Should I try to get a useful debug log? > (It is Windows, so I do not know if it is helpful.) A debug log will be useful if you can produc

Re: spanning hosts: 2 Problems

2002-03-28 Thread Jens Rösner
Hi again, Ian and fellow wgeteers! > A debug log will be useful if you can produce one. Sure I (or wget) can and did. It is 60kB of text. Zipping? Attaching? > Also note that if receive cookies that expire around 2038 with > debugging on, the Windows version of Wget will crash! (This is a > kno