Looking for an efficient Python script to download and save a .zip file programmatically

MrJean1 MrJean1 at gmail.com
Sat Jan 10 18:49:20 EST 2009


Here are some examples using urllib.urlretrieve():

<http://code.activestate.com/recipes/576530/>

<http://mail.python.org/pipermail/tutor/2005-May/038797.html>

/Jean Brouwers


On Jan 10, 2:23 pm, Chris Rebert <c... at rebertia.com> wrote:
> On Sat, Jan 10, 2009 at 9:12 AM, David Shi <davidg... at yahoo.co.uk> wrote:
> > I am looking for an efficient Python script to download and save a .zip file
> > programmatically (from http or https call).
>
> You want urllib.urlretrieve():http://docs.python.org/library/urllib.html#urllib.urlretrieve
>
> Cheers,
> Chris
>
> --
> Follow the path of the Iguana...http://rebertia.com




More information about the Python-list mailing list