Downloading Files With Python's Requests Module19 Jan 2015 http://docs.python-requests.org/en/latest/user/quickstart/#binary-response-contentFrom the example:>>> from PIL import Image>>> from StringIO import StringIO>>> i = Image.open(StringIO(r.content))