이미지 사진 다운 2022년 9월 6일2022년 4월 6일 by pydocs import requests with open('file.png', 'wb') as f: f.write(requests.get(url).content)