I've seen many solutions to manage authentication and download an image from a website, but I'm a little bit lost among all of these libraries:
- urllib
- urllib2
- pycurl
- requests
- other dark solutions I didn't understand...
Basically, I want to retrieve an image from a website which requires authentication. What is the simplest way to do it in python-2.7 ?
Thank you.