I'm trying to download all the resources that match the
following:
<http://www.somesite.com/read.jsp?story=1>
<http://www.somesite.com/read.jsp?story=2>
<http://www.somesite.com/read.jsp?story=3>
etc.
I don't really care how the resulting files are named. I
just want to pull down the dynamic content for some template
where an URL parameter equals some numeric value.
How would I go about this?
TIA
John |