Update cgates.lt.config.js

This commit is contained in:
freearhey 2023-11-18 13:55:44 +03:00
parent 6de5243885
commit ec37978f86

View file

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