remove shys from pagetitle
This commit is contained in:
parent
9fc8571a18
commit
59ee898de3
@ -2,6 +2,6 @@
|
||||
import {load} from 'cheerio';
|
||||
|
||||
export function stripHtmlTags(input) {
|
||||
const $ = load(input)
|
||||
const $ = load(input.replace(/­/g, ''));
|
||||
return $.text();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user