I hereby claim:
- I am theokanning on github.
- I am theokanning (https://keybase.io/theokanning) on keybase.
- I have a public key ASD4OXiUaMzlSY0v4AFsQpf6MrkA6G4oTT0ltvmiBlTuGgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
def download_image(url, download_path): | |
""" | |
Downloads a single image from a url to a specific path | |
:param url: url of image | |
:param download_path: full path of saved image file | |
:return: true if successfully downloaded, false otherwise | |
""" | |
print "Downloading from " + url |