import requests with open('00000001.jpg','wb') as f: f.write(requests.get('http://www.gunnerkrigg.com//comics/00000001.jpg').content)