EZ Pics is sequential image downloader-- a program that downloads consecutive files that differ by numbers. This saves you from using:
right click save picture as,
right click save picture as,
and so on,
EZ Pics also contains a feature called the Grabber Robot for downloading files that are not sequentially named.
The code is what you feed into the program to tell the program what to download and where to put it..
The code is in three main parts... the FIRST image in the set of files you want to download (X), the LAST image in the set you want to download (Y), and the RENAME field (Z).
(X) ? (Y) ? (Z)
(X) = The FULL address of the FIRST pic in the series
eg. (http://www.site.com/gallery1/pic001.jpg)
(Y) = The NAME of the LAST pic in the series
eg. (http://www.site.com/gallery1/) (pic091.jpg)
(Z) = The RENAME field. What you want the folder and the files in it called.
eg. (SexyDangerBabe01)
your files will then be downloaded to folder (Z) / (SexyDangerBabe01) and be named...
(SexyDangerBabe01) through to (SexyDangerBabe91).
The finished EZ Code would look like this:
(http://www.site.com/gallery1/pic001.jpg) ? (pic091.jpg) ? (SexyDangerBabe01)
Without the parentheses though, which are only being used to clarify the different parts of the code.
So:
http://www.site.com/gallery1/pic001.jpg ? pic091.jpg ? SexyDangerBabe01
And for files that aren't sequentially named (because MediaQueue does not share the Grabber Robot feature... yet) I use WinHTTrack:
Unfortunately for someone that only wants pictures, It downloads whole websites.
http://www.httrack.com/ -----
P.S. This was colour-coded and therefore much easier to read, but this forum doesn't support all UBB Codes.