Feature/crawl skincare#12
Merged
Merged
Conversation
jjunier
approved these changes
Jul 11, 2025
This was referenced Jul 15, 2025
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 개요
✅ PR 체크리스트
✏️ 주요 변경 사항
리뷰가 0건인 제품 데이터 수집 시 에러 발생
→ crawlers/skincare/crawl_rank_skincare.py파일에서 totalComment 가 if문 안에 선언되어 있어, 값 리턴 시 에러가 발생합니다.
→ if 문 밖에 totalComment를 초기화하는 코드를 추가했습니다.
→ 리뷰가 0건일 시 "[get_product_detail_info] 리뷰 정보 없음: 리뷰 수가 0건 입니다." 로그 메시지를 추가했습니다.
구매 상세 정보 로그 출력을 수정하여 로그 표시 내용이 수정됐습니다.
→ before : 성분 내용까지 모두 로그로 출력되어 많은 양의 로그가 찍힘
→ after : 성분 내용을 삭제하고 단순 성공/실패 여부만 출력하는 로그로 수정
🧪 📷 스크린샷 or 테스트 결과 (선택)
📎 관련 이슈
💬 리뷰어에게 하고 싶은 말 (선택)