mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update cgates.lt.config.js
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user