@ -65,3 +65,5 @@ for url in options['urllist']:
urllib.urlretrieve(downloadurl, path)
print "Downloaded %s (%d/%d)." % (filename, current, total)
current += 1
print "Done."