Retrieving and saving images from internet address

Paul Rubin http
Mon Jul 25 05:07:42 EDT 2005


"rock69" <rrossi at edmaster.it> writes:
> http://www.infomedia.it/immagini/riviste/covers/cp/cp137.jpg
> 
> and I would like to download that image and save it to a local file.
> How do you do that in Python?

See the docs for the urllib module.



More information about the Python-list mailing list