Sequential Image DL'ing: how do I repeat a variable?
Posted: Fri Mar 21, 2008 9:55 am
Hi there! Quick question. I am looking to grab the images in this sequence (NSFW)
http://www.monitor.hr/belle/0404/040401.jpg
Note that the directory name (in this case "0404") is also repeated in the filenames it contains. The range goes from 0001-0799 (approximately)
I considered entering the URL like this:
http://www.monitor.hr/belle/[0001-0799]/[0001-0799]01.jpg
However it would need to search about 640,000 URLS, which is really inefficient.
What would be the easiest way to have PicaLoader repeat the variable?
Also, if anyone has a link to a tutorial for general scripting that might help me next time, I'd love to learn more. Thank you!
http://www.monitor.hr/belle/0404/040401.jpg
Note that the directory name (in this case "0404") is also repeated in the filenames it contains. The range goes from 0001-0799 (approximately)
I considered entering the URL like this:
http://www.monitor.hr/belle/[0001-0799]/[0001-0799]01.jpg
However it would need to search about 640,000 URLS, which is really inefficient.
What would be the easiest way to have PicaLoader repeat the variable?
Also, if anyone has a link to a tutorial for general scripting that might help me next time, I'd love to learn more. Thank you!