- KBO 선수 기록 조회 로직을 공통화하고 투수, 수비, 주루 카테고리 추가 - CLI 명령어를 hitter에서 player <type>으로 통합 및 필터 옵션 강화 - ASP.NET AJAX 응답 파싱 방식을 개선하여 데이터 누락 문제 해결 - 정규시즌과 포스트시즌의 서로 다른 페이지 구조 및 컬럼 대응 지원
13 lines
600 B
JSON
13 lines
600 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl -s \"https://www.koreabaseball.com/Record/Player/HitterBasic/Basic1.aspx\" -H \"User-Agent: Mozilla/5.0\")",
|
|
"Bash(curl -s \"https://www.koreabaseball.com/Record/Player/PitcherBasic/Basic1.aspx\" -H \"User-Agent: Mozilla/5.0\")",
|
|
"Bash(sed 's/<[^>]*>//g')",
|
|
"Bash(curl -s \"https://www.koreabaseball.com/Record/Player/Defense/Basic.aspx\" -H \"User-Agent: Mozilla/5.0\")",
|
|
"Bash(curl -s \"https://www.koreabaseball.com/Record/Player/Runner/Basic.aspx\" -H \"User-Agent: Mozilla/5.0\")",
|
|
"Bash(npx tsx:*)"
|
|
]
|
|
}
|
|
}
|