This commit is contained in:
parent
4cae3ce1da
commit
24adf104eb
@ -30,6 +30,7 @@ const fetchPage = async (url) => {
|
||||
const title = html('h1.entry-title').text()
|
||||
const content = html('div.entry-content')
|
||||
content.find('a').remove()
|
||||
content.find('h3').remove()
|
||||
content.find('hr').remove()
|
||||
content.find('div.tiled-gallery').remove()
|
||||
const data = content.html()
|
||||
|
Reference in New Issue
Block a user