diff --git a/lib/routes/sis001/common.ts b/lib/routes/sis001/common.ts index 54f9ee328..f3cda1756 100644 --- a/lib/routes/sis001/common.ts +++ b/lib/routes/sis001/common.ts @@ -29,7 +29,7 @@ async function getThread(item) { .html() ?.replaceAll('\n', '') .replaceAll(/\u3000{2}.+?(((?:
){2})|( ))/g, (str) => `

${str.replaceAll('
', '')}

`) - .replaceAll(/

\u3000{6,}(.+?)<\/p>/g, '

$1

') + .replaceAll(/

\u3000{6,}(.+?)<\/p>/g, '

$1

') .replaceAll(' ', '') .replace(/

+

/, '') + ($('.defaultpost .postattachlist').html() ?? ''); return item;