lei

Results 1 comments of lei

In python2.7, instead of 'urllib.request.urlretrieve(domain+img, path+str(img_no)+".png")', you should change to 'urllib.urlretrieve(domain+img, path+str(img_no)+".png")'. I success.