Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61772

Re: Downloading file

Date 2013-12-12 22:47 +0000
From MRAB <python@mrabarnett.plus.com>
Subject Re: Downloading file
References <38c79209-0d75-4360-b0c3-28ab1bd74e61@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.4039.1386888448.18130.python-list@python.org> (permalink)

Show all headers | View raw


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".

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Downloading file Matt Graves <tunacubes@gmail.com> - 2013-12-12 12:45 -0800
  Re: Downloading file MRAB <python@mrabarnett.plus.com> - 2013-12-12 22:47 +0000

csiph-web