Quote Originally Posted by gucci
Hi,

I use it to grab images of necp server (weather server).

I first use wget to get the the html page and generate the server to create me a image.

example:
http://nomad5.ncep.noaa.gov/cgi-bin/...=%2Fgens%DATE%

This generates me the html, the image is stored for a brief time in a tmp dir, and i need to generate the full link so i can use wget to download me the image.

Cheers,

Ian
Not sure I understand - are you using regex already to get the image URL out?