Can test it by running the script:
python c:/Users/eric/Documents/GitHub/furry-couscous/couscous-core/image_retriever.py -i https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
will create a /temp directory to save the image in, unless a specific directory is passed in with a -d param:
Can test it by running the script:
python c:/Users/eric/Documents/GitHub/furry-couscous/couscous-core/image_retriever.py -i https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
will create a /temp directory to save the image in, unless a specific directory is passed in with a -d param:
python c:/Users/eric/Documents/GitHub/furry-couscous/couscous-core/image_retriever.py -i https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png -d '/my/temp'
currently the image name is just parsed off the end of the given url