View Single Post
Old 06-23-2003, 07:34 PM   #1 (permalink)
fuelmyfire
Insane
 
URL Image Probing

ok, this is proving to rather difficult for me, as the software i try is not getting me anywhere.

i'm looking for software that, when a URL is entered, will grab all the images from a directory, however i want to be able to specify wildcards.

example:
i have a URL. "http://www.insertnamehere.com/image5555.jpg"

i want to run a program that will let me enter "http://www.insertnamehere.com/image*.jpg"
and have the program grab all the images in the directory beginning with "image" and with the extension ".jpg".

the point is, with a file name like "image5555.jpg" there could be thousands of other pictures in that directory, but i do not have the time nor the sanity to sit there typing in "image5554.jpg", "image5553.jpg", "image5552.jpg" until i find a filename that actually brings up an image.

i explained this as thouroughly as possible. thanks in advance!
fuelmyfire is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73