--- In [email protected], "quantiworks" <quanticwo...@...> wrote:
>
> I'm still looking for solutions to do this.

> Using wget by it's own can't be done, so I need other options,
> the net plugin have an option for dynamic GET.
> I don't know if that's enough to accomplish what I want, Alan or
> someone that have used/use it could give some insight...
> 
> I'd like to do this transparentely with a plugin/script or a console
> app but I haven't yet found such tool to Windows.
> 
> I even thought about using Yahoo Pipes to fetch the urls using 
> the regex module but I'm not a Pipes expert.
> 
> Just to remind, the images I want to grab are in this format:
> domain/folder/images/zone_ramdomnumbers_376x282.jpg
> 
> constantly updated...

At the moment, net plugin needs an exact url to fetch something.
It doesn't know what to do with wild cards.

I assume there's a html page somewhere that contains a reference
to the current jpg.  Can you not fetch down that page, extract the
current jpg file name (possibily using regex to do it), then fetch that?


Reply via email to