Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
야구보구를 돌려내! |
Summary
ScoreBoard.aspxGET 후 ASP.NET AJAX POST + Jsoup.smsScore파싱 기반으로 전환했습니다./ws/호출을 제거했고, crawling 모듈의 Playwright 의존성 및 잔여 page/manager 클래스를 제거했습니다.Verification
./gradlew :crawling:test --no-daemonNote
/Schedule/ScoreBoard.aspx에 hidden form field, cookie,hfSearchDate를 포함해 POST하는 방식이라/ws/를 호출하지 않습니다.Main.aspx/Review HTML은 실제 경기 목록과 리뷰 기록 row를 서버 렌더링하지 않고 빈 컨테이너 및 스크립트만 내려주는 케이스가 확인되었습니다. 이 구현은/ws/를 호출하지 않기 때문에 robots.txt는 준수하지만, KBO가 HTML에 데이터를 포함하지 않는 날짜/페이지에서는 빈 결과가 반환됩니다.API Spec
Resolves #1049