-
urllib.request.urlretrieve : URL 객체를 로컬로 복사 import urllib.request urllib.request.urlretrieve("http://site/image.png", 'image.png')