mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update tvprofil.com.config.js
This commit is contained in:
parent
82186a2936
commit
de1bbab51a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ module.exports = {
|
|||
parser: function ({ content, channel, date }) {
|
||||
let programs = []
|
||||
const result = parseContent(content)
|
||||
if (!result) return programs
|
||||
const items = parseItems(result.data.program)
|
||||
items.forEach(item => {
|
||||
const $item = cheerio.load(item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue