mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Rename config.ignore to config.skip
This commit is contained in:
parent
cc3e319da3
commit
2afe3ff92d
19 changed files with 20 additions and 20 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue