parralel downloads

poof65 poof65 at gmail.com
Sat Mar 8 11:32:47 EST 2008


For your problem you have to use threads.

You can have more information here.
http://artfulcode.nfshost.com/files/multi-threading-in-python.html


On Sat, Mar 8, 2008 at 1:11 PM, John Deas <john.deas at gmail.com> wrote:
> Hi,
>
>  I would like to write a python script that will download a list of
>  files (mainly mp3s) from Internet. For this, I thought to use urllib,
>  with
>
>  urlopen("myUrl").read() and then writing the resulting string to a
>  file
>
>  my problem is that I would like to download several files at the time.
>  As I have not much experience in programming, could you point me the
>  easier ways to do this in python ?
>
>  Thanks,
>
>  JD
>  --
>  http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list