Downloading/Saving to a Directory

Chris Angelico rosuav at gmail.com
Thu Nov 28 12:32:25 EST 2013


On Fri, Nov 29, 2013 at 2:19 AM, TheRandomPast .
<wishingforsam at 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



More information about the Python-list mailing list