diff --git a/src/background/strategies/rutor.js b/src/background/strategies/rutor.js index f6b77fc..4d686cb 100644 --- a/src/background/strategies/rutor.js +++ b/src/background/strategies/rutor.js @@ -122,6 +122,7 @@ module.exports = class Rutor if(!html) return html = await html.textConverted() + html = html.replace(/textarea/g, 'div') const $ = cheerio.load(html) const topicTitle = $('h1').text() if(!topicTitle)