Page 1 of 1

[Resolved] gallery renames files

Posted: Mon Dec 14, 2009 8:33 am
by zap42
Hi
I am reading a web comic online and want to download all the strips.
The urls are as follows http://gp.se/nemi/010209.gif where 010209 represents the date of publish date in format of mmddyy .
Now I want to download all the strips from januari until today and I thought I could use "make gallery" but can't figure out how to do it gallery always changes last digits of files resulting in corrupt gallery.
There is no index list of files but it is possible to read older strips by manually changing the date in the browser adress bar.
How do I download all the files from 2009 or 2008 for that matter?

Re: gallery renames files

Posted: Mon Dec 14, 2009 4:34 pm
by therube
Something like this?

Code: Select all

http://gp.se/nemi/[01-12;1][01-31;1]08.gif
Only a few false results should come of it.

Re: gallery renames files

Posted: Mon Dec 14, 2009 8:58 pm
by zap42
Thanks that seems to work just fine!