Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-07 Thread Micah Cowan
On 06/07/2010 01:27 PM, Tony Lewis wrote: Micah Cowan wrote: For some value of quickly. This obviously necessitates extra round-trips to the server. Can still be useful, but still perhaps not as useful as doing URL-matching properly. I would prefer an extra round trip to avoid downloading

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-03 Thread Keisial
Peng Yu wrote: On Sat, May 29, 2010 at 12:11 PM, Micah Cowan mi...@cowan.name wrote: Unfortunately, wget doesn't currently let you match query strings. Yes, this is a major shortcoming. Peng Yu pengyu...@gmail.com wrote: There is the link index.html?lang=ja in index.html. I want

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-03 Thread Micah Cowan
On 06/03/2010 07:41 AM, Keisial wrote: Peng Yu wrote: On Sat, May 29, 2010 at 12:11 PM, Micah Cowan mi...@cowan.name wrote: Unfortunately, wget doesn't currently let you match query strings. Yes, this is a major shortcoming. Peng Yu pengyu...@gmail.com wrote: There is the link

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-03 Thread Guillaume Turri
Micah Cowan a écrit : wget --reject=?lang=ja They will be downloaded, then deleted. Downloaded, recursed, then deleted, which doesn't usually help much. Note that if -E is specified, then it may not even delete them (because the file's name may have changed in such a way that it no

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-01 Thread Peng Yu
On Sat, May 29, 2010 at 12:11 PM, Micah Cowan mi...@cowan.name wrote: Unfortunately, wget doesn't currently let you match query strings. Yes, this is a major shortcoming. Peng Yu pengyu...@gmail.com wrote: There is the link index.html?lang=ja in index.html. I want to ignore such links. I use

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-06-01 Thread Micah Cowan
On 06/01/2010 03:51 PM, Peng Yu wrote: On Sat, May 29, 2010 at 12:11 PM, Micah Cowan mi...@cowan.name wrote: Unfortunately, wget doesn't currently let you match query strings. Yes, this is a major shortcoming. Peng Yu pengyu...@gmail.com wrote: There is the link index.html?lang=ja in

[Bug-wget] How to ignore link like index.html?lang=ja?

2010-05-29 Thread Peng Yu
There is the link index.html?lang=ja in index.html. I want to ignore such links. I use the following command. Would you please let me know how to ignore index.html?lang=ja? get --mirror \ --timestamping \ --no-parent \ url/index.html -- Regards, Peng

Re: [Bug-wget] How to ignore link like index.html?lang=ja?

2010-05-29 Thread Micah Cowan
Unfortunately, wget doesn't currently let you match query strings. Yes, this is a major shortcoming. Peng Yu pengyu...@gmail.com wrote: There is the link index.html?lang=ja in index.html. I want to ignore such links. I use the following command. Would you please let me know how to ignore