Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60717 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2013-11-29 04:32 +1100 |
| Last post | 2013-11-29 04:32 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Downloading/Saving to a Directory Chris Angelico <rosuav@gmail.com> - 2013-11-29 04:32 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-11-29 04:32 +1100 |
| Subject | Re: Downloading/Saving to a Directory |
| Message-ID | <mailman.3371.1385659948.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web