diff --git a/lib/routes/shisu/en.ts b/lib/routes/shisu/en.ts index a49b493cbd9371..15c2397de8a5f4 100644 --- a/lib/routes/shisu/en.ts +++ b/lib/routes/shisu/en.ts @@ -56,7 +56,7 @@ async function process(baseUrl: string, section: any) { const $ = load(r); j.description = $('.details-con') .html()! - .replaceAll(/[\S\s]*?<\/o:p>|<[^>]*> <\/[^>]*>/g, ''); + .replaceAll(/[\S\s]*?<\/o:p>/g, ''); return j; }) )