mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
Update /sites
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
url({ channel, date }) {
|
||||
return `https://tv.post.lu/api/channels?id=${channel.site_id}&date=${date.format('YYYY-MM-DD')}`
|
||||
},
|
||||
parser({ content, channel, date }) {
|
||||
parser({ content }) {
|
||||
let programs = []
|
||||
const items = parseItems(content)
|
||||
items.forEach(item => {
|
||||
|
||||
Reference in New Issue
Block a user