try to replace html sniffing with chardet to fix ncc.html files with set encoding but strings that ignore that

This commit is contained in:
Toni Barth 2026-02-07 19:32:30 +01:00
parent 687e62e1fa
commit b05acce22b
3 changed files with 19 additions and 29 deletions

View file

@ -39,12 +39,12 @@
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.27.2",
"chardet": "^2.1.1",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-rate-limit": "^7.5.1",
"express-session": "^1.17.3",
"graceful-fs": "^4.2.10",
"html-encoding-sniffer": "^4.0.0",
"htmlparser2": "^8.0.1",
"lru-cache": "^10.0.3",
"node-unrar-js": "^2.0.2",