diff --git a/livres.js b/livres.js index 64d2c7b..9f086d7 100644 --- a/livres.js +++ b/livres.js @@ -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()