fix: EUC-KR 등 비UTF-8 인코딩 사이트 크롤링 지원

- iconv-lite 추가
- 크롤러/API 모두 Content-Type charset 자동 감지
- HTML meta charset 폴백 감지
This commit is contained in:
chpark
2026-03-30 12:15:34 +09:00
parent 94b2826179
commit d9e0a5b3f4
4 changed files with 102 additions and 5 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
"ejs": "^3.1.10",
"dotenv": "^16.4.0",
"https-proxy-agent": "^7.0.0",
"cookie-parser": "^1.4.6"
"cookie-parser": "^1.4.6",
"iconv-lite": "^0.6.3"
}
}