Re: Downloading/Saving to a Directory

2013-11-28 Thread Chris Angelico
On Fri, Nov 29, 2013 at 2:19 AM, TheRandomPast . 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

Re: Downloading/Saving to a Directory

2013-11-28 Thread MRAB
On 28/11/2013 15:19, TheRandomPast . wrote: Hi, 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. I've never done this before and I've become a little confuse

Downloading/Saving to a Directory

2013-11-28 Thread TheRandomPast .
Hi, 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. I've never done this before and I've become a little confused as to where I should go next. Can some kind