From 720946d518742343b7e52e1c57ebeddbbefae583 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 2 Sep 2018 22:18:09 +0300 Subject: [PATCH] fix(rutor): little fix --- src/background/strategies/rutor.js | 1 + 1 file changed, 1 insertion(+) 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)