mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 02:47:00 -04:00
04/2026 Part 2 : Scrapers
Part 1
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
},
|
||||
parser({ content, channel }) {
|
||||
if (!content || !channel) return []
|
||||
let programs = []
|
||||
let programs
|
||||
try {
|
||||
const data = JSON.parse(content)
|
||||
if (!data.epg || !data.epg[channel.site_id] || !Array.isArray(data.epg[channel.site_id].slots)) {
|
||||
|
||||
Reference in New Issue
Block a user