download_imgs.py without download limit

andre
Castro0o 4 years ago
parent 183dfcf283
commit ce2d679f10

@ -24,8 +24,7 @@ with open(os.path.join(wd, 'login.txt'), 'r') as login: # read login user & pwd
print(site)
for n , img in enumerate(site.allimages()):
if n < 3:
for img in site.allimages():
print(img)
# print(img.__dict__) # info contained in each img object
# important img info to dictionary

Loading…
Cancel
Save