-- In [email protected], "brucexs" <bswit...@...> wrote:
> There may also be a way to do it with the net plugin. > You may also have to use exec refreshimage to have powerpro refresh > its copy of the image in memory if you change the contents of the file. i've looked into the net plugin and i liked more wget but, i need further help using it because, i tried several switches and i always get the same errors which are: "404 Not Found" or "403 Forbidden" how can i download the images using wildcards on this site? there's two images, one 192x144 and other with 376x282 (which is the one i want) here's two examples: http://telematica.estradasdeportugal.pt/images/public/Estadio-Nacional-1\ _TBII0C_192x144.jpg http://telematica.estradasdeportugal.pt/images/public/Estadio-Nacional-1\ _I47AAE_376x282.jpg what happens is the following: they update the images every 5 minutes, and the only thing, that changes in those url's, is the text between the underscores, each image with it's onw code will get deleted after 5 minutes, so if you try the above url's you'll get a 404 error because there's new ones. so, after reading wget documentation, i know it's possible to use wildcards and tried the below example and others to no avail. "http://telematica.estradasdeportugal.pt/images/public/Estadio-Nacional-\ 1_*376x282*" can someone familiar with wget, shed some light?
