mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update cgates.lt.config.js
This commit is contained in:
parent
6de5243885
commit
ec37978f86
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue