mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 11:56:58 -05:00
Update cgates.lt.config.js
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = {
|
|||||||
.then(r => r.data)
|
.then(r => r.data)
|
||||||
.catch(console.log)
|
.catch(console.log)
|
||||||
let $ = cheerio.load(html)
|
let $ = cheerio.load(html)
|
||||||
const items = $('.kanalas_wrap').toArray()
|
const items = $('.vc_tta-panel.vc_active .kanalas_wrap').toArray()
|
||||||
|
|
||||||
return items.map(item => {
|
return items.map(item => {
|
||||||
const name = $(item).find('h6').text().trim()
|
const name = $(item).find('h6').text().trim()
|
||||||
|
|||||||
Reference in New Issue
Block a user