mirror of
https://github.com/iptv-org/epg
synced 2025-12-22 21:36:55 -05:00
Rename config.ignore to config.skip
This commit is contained in:
@@ -2,7 +2,7 @@ const dayjs = require('dayjs')
|
||||
|
||||
module.exports = {
|
||||
site: 'mbc.net',
|
||||
ignore: true, // NOTE: there is no program on the site
|
||||
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
|
||||
.add(1, 'd')
|
||||
|
||||
Reference in New Issue
Block a user