However, my question is, if I copy the old files to the OE`s download folder .. keeping the directory structure as it is [e.g. C:\download\images.ucomics.com\comics\ga\1978\], give the filelist or an URL macro and start downloading using the -Download Missing Files- menu option, will it download only the missing files, or will it also try to download the currently present files as they have no reference in Descr.WD3
Another Question what should be the URL Macro, for an URL like this.
http://images.ucomics.com/comics/ga/1978/ga780619.gif
http://images.ucomics.com/comics/ga/[4LetteredYear]/ga[2LetteredYear][Month][Day].gif
I think this should work
http://images.ucomics.com/comics/ga/{:1978..1999}/ga{:78..99}{:1..12}{:1..31}.gif
However is it possible to create some better Macro, so that the Feb29-31 or the Months with missing 31st don`t come up.
Any ideas will be helpful.
And lastly, thanks a lot for such a neat program.
You left out the leading zeros on the months and days.
You can also use the repeat function #1- #9 to repeat any macro more than once in a URL.
You can use these two Macro URL`s as your Project URL`s.
http://images.ucomics.com/comics/ga/19{:78..99#1}/ga{:#1}{:01..12}{:01..31}.gif
http://images.ucomics.com/comics/ga/20{:00..04#1}/ga{:#1}{:01..12}{:01..31}.gif
You don`t need to worry about months that don`t have 31 days or any dates in 1978 or 2004 that don`t have gif files or any other wrong dates. If there is not a gif file for that date nothing will be downloaded.
You can download every Garfield comic strip ever made or by changing the Macro URL`s slightly any other comic strips that are available on that site.
MetaProducts You rock !! :)
Thank you for helping out!
Yes, there is no solution to exclude weird dates like Feb 31st, but I agree that the server usually outputs an error that doesn`t influence your download.
Best regards,
Oleg Chernavin
MP Staff
1> Switch off all files, everything except the type of image. [.gif in my case], this will save you from downloading asp/html error pages.
2> Links should be limited to 0 depth.
3> Always use download missing files. That way, no need for redownloading or checking for already available files.
4> Post in here, if you have any problems. :)