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


Groups > comp.lang.python > #60717

Re: Downloading/Saving to a Directory

References <CAMp65DUGgXEieUbrot-nK-RPk0SVFmdUnXUM55ufi2E=MzDeng@mail.gmail.com>
Date 2013-11-29 04:32 +1100
Subject Re: Downloading/Saving to a Directory
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3371.1385659948.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Nov 29, 2013 at 2:19 AM, TheRandomPast .
<wishingforsam@gmail.com> wrote:
> I've created a script that allows me to see how many images are on a webpage
> and their URL however now I want to download all .jpg images from this
> website and save them onto my computer.

Are you doing this because you want those .jpg files, or because you
want to learn Python? If you just want to get the job done, look at a
tool like wget, which already does everything you want. :)

ChrisA

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


Thread

Re: Downloading/Saving to a Directory Chris Angelico <rosuav@gmail.com> - 2013-11-29 04:32 +1100

csiph-web