Hi.
  I am using 1.9.1 version of wget under Windows. I am trying to
recursively download some pages from a site. All pages on the site are
generated by a php script index.php, I tried to limit the pages to
download based on the arguments to the index.php script.
For example:
  http:site/index.php?s=a&more_arguments ( I want these pages )
  http:site/index.php?s=b&more_arguments ( I do not want these pages )
I added -A*s=a*, but it did not help.
  Is there a way to do this with wget?

Thanks for any help
Roman Bednarek

Reply via email to