Remove h3
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Michel Roux 2021-08-31 08:02:21 +02:00
parent 4cae3ce1da
commit 24adf104eb
1 changed files with 1 additions and 0 deletions

View File

@ -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()