downloading from links within a webpage

Chris Angelico rosuav at gmail.com
Tue Oct 14 10:54:07 EDT 2014


On Wed, Oct 15, 2014 at 1:42 AM, Shiva
<shivaji_tn at yahoo.com.dmarc.invalid> wrote:
> Here is a small code that I wrote that downloads images from a webpage url
> specified (you can limit to how many downloads you want). However, I am
> looking at adding functionality and searching external links from this page
> and downloading the same number of images from that page as well.(And
> limiting the depth it can go to)
>
> Any ideas?  (I am using Python 3.4 & I am a beginner)

First idea: Use wget, it does all this for you :)

ChrisA



More information about the Python-list mailing list