Download from EXPLOSM.net Comics Script [Python]
So I wrote this short script (correct word?) to download the comic images from explosm.net comics because I somewhat-recently found out about it and I want to...put it on my iPhone...3G. It works fine and all. urllib2 for getting webpage html and urllib for image.retrieve() Why I posted this on SO: how do I optimize this code? Would REGEX (regular expressions) make it faster? Is it an internet limitation? Poor algorithm...? Any improvements in speed or general code aesthetics would be greatly appreciated "answers". Thank you. --------------------------------CODE--------------------------------