Skip to content

Instantly share code, notes, and snippets.

View eordano's full-sized avatar
✍️

Esteban Ordano eordano

✍️
View GitHub Profile
#!/usr/bin/python
from urllib import urlopen
base_url = 'http://silvestre.itba.edu.ar/itbaV/colacion/imgcol/big/'
for i in range(1,571):
filename = "ITBA_COLGDO10_" + str(i).rjust(4,'0') + ".jpg"
url = base_url + filename