Update mbc.net

Issue #396
This commit is contained in:
Aleksandr Statciuk 2022-01-16 16:10:58 +03:00
parent a7dc6bdeb2
commit ebd16198d8
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ const dayjs = require('dayjs')
module.exports = {
site: 'mbc.net',
ignore: 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')

View file

@ -1,4 +1,4 @@
// npx epg-grabber --config=sites/mbc.net/mbc.net.config.js --channels=sites/mbc.net/mbc.net_ae.channels.xml --output=.gh-pages/guides/ae/mbc.net.epg.xml --days=2
// npx epg-grabber --config=sites/mbc.net/mbc.net.config.js --channels=sites/mbc.net/mbc.net_ae.channels.xml --output=guide.xml --days=2
const { parser, url, logo } = require('./mbc.net.config.js')
const dayjs = require('dayjs')