Re: downloading web images

2005-10-23 Thread Steven D'Aprano
On Sun, 23 Oct 2005 06:52:26 +, Joe wrote: > I'm just wandering if I'm doing this correct way I'm trying to download an > image and store it into a file this does the job, but created file does not > apear to be an image, it works fine and I can open image, I'm just > wandering if there is a b

downloading web images

2005-10-22 Thread Joe
I'm just wandering if I'm doing this correct way I'm trying to download an image and store it into a file this does the job, but created file does not apear to be an image, it works fine and I can open image, I'm just wandering if there is a better way of doing this. htmlSource=urllib.urlopen("ht