-
[Python] Website image downloadPython/Python Programming 2019. 10. 11. 20:36
urllib.request.urlretrieve : URL 객체를 로컬로 복사
import urllib.request urllib.request.urlretrieve("http://site/image.png", 'image.png')
'Python > Python Programming' 카테고리의 다른 글