import os def download(path): os.system("wget " + path) # NOT OK