mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 12:26:58 -05:00
Update astro.com.my.config.js
This commit is contained in:
@@ -4,10 +4,15 @@ const utc = require('dayjs/plugin/utc')
|
||||
dayjs.extend(utc)
|
||||
module.exports = {
|
||||
site: 'astro.com.my',
|
||||
request: {
|
||||
cache: {
|
||||
ttl: 6 * 60 * 60 * 1000 // 6h
|
||||
}
|
||||
},
|
||||
url: function ({ channel }) {
|
||||
return `https://contenthub-api.eco.astro.com.my/channel/${channel.site_id}.json`
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
parser: function ({ content, date, cached }) {
|
||||
const programs = []
|
||||
const items = parseItems(content, date)
|
||||
items.forEach(item => {
|
||||
|
||||
Reference in New Issue
Block a user