From ec37978f86f889e7db27d2683ffb034168bff6f2 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:55:44 +0300 Subject: [PATCH] Update cgates.lt.config.js --- sites/cgates.lt/cgates.lt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/cgates.lt/cgates.lt.config.js b/sites/cgates.lt/cgates.lt.config.js index 0be507df..ad83ca2b 100644 --- a/sites/cgates.lt/cgates.lt.config.js +++ b/sites/cgates.lt/cgates.lt.config.js @@ -46,7 +46,7 @@ module.exports = { .then(r => r.data) .catch(console.log) let $ = cheerio.load(html) - const items = $('.kanalas_wrap').toArray() + const items = $('.vc_tta-panel.vc_active .kanalas_wrap').toArray() return items.map(item => { const name = $(item).find('h6').text().trim()