/file_downloader

file downloader example (just for play with cli)

Primary LanguagePython

How to run

 make build
 make shell

run example (inside shell)

python run.py  download-image  "your_image_url"

TODO: validate url image format.