Downloading file

MRAB python at mrabarnett.plus.com
Thu Dec 12 17:47:29 EST 2013


On 12/12/2013 20:45, Matt Graves wrote:
> I have direct links to a number of csv files to download. Copying and pasting it to my browser would take too long, how would i go to this site for example and get the file? Right when you go to the site the download should start
>
> www.example.com/files/document.csv
>
Have a look in the Python docs for "urlretrieve".



More information about the Python-list mailing list