mirror of
https://github.com/iptv-org/epg
synced 2025-12-23 05:46:40 -05:00
Adds the number of days to config.js
This commit is contained in:
@@ -2,6 +2,7 @@ const dayjs = require('dayjs')
|
||||
|
||||
module.exports = {
|
||||
site: 'mbc.net',
|
||||
days: 2,
|
||||
skip: true, // NOTE: there is no program on the site
|
||||
url({ date, channel }) {
|
||||
return `https://www.mbc.net/.rest/api/channel/grids?from=${date.valueOf()}&to=${date
|
||||
|
||||
Reference in New Issue
Block a user