티스토리 뷰
웹에서 이미지 다운로드하기
imgSrcs = elem4.find_elements_by_css_selector('.se-image-resource')
date21 = self.GetDate(date1)
date22 = str(date21['Year'])+str(date21['Month'])+str(date21['Day'])+str(date21['Hour'])
imageNumber = self.DownloadImages(imgSrcs, writer1[0:2]+date22)
def DownloadImages(self, imageSources, fileInitial):
imageList = []
imgCount = 0
for img1 in imageSources:
imageList.append(img1.get_attribute('src'))
imgCount += 1
if not imageList: return None
for index, link in enumerate(imageList):
start1 = link.rfind('.')
end1 = link.rfind('?')
fileType = link[start1:end1]
filePathname = self.ImageFolderPath + "/" + fileInitial + "_"+str(index) + fileType
urlretrieve(link, filePathname)
return imgCount
반응형
'SWDesk' 카테고리의 다른 글
[Python] Word2Vec 예제 (0) | 2021.04.29 |
---|---|
[Python] 단어 구름 네트워크 (0) | 2021.04.25 |
series2supervised 변환 예제 (0) | 2021.04.10 |
[Python] 카페 게시글 크롤링 프로그램 소스 (2) | 2021.03.31 |
DataFrame 예제 (0) | 2021.03.18 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Innovation&Hurdles
- 절연형
- 혁신
- Video
- 전압
- 빌리언트
- ServantClock
- 전류
- 심심풀이치매방지기
- Decorator
- Innovations
- 치매
- image
- DYOV
- 전압전류모니터링
- 치매방지
- Hurdles
- badp
- 배프
- 혁신과허들
- arduino
- bilient
- 티스토리챌린지
- Innovations&Hurdles
- BSC
- 아두이노
- 오블완
- 허들
- 심심풀이
- 둎
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함