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