Rename config.ignore to config.skip

This commit is contained in:
Aleksandr Statciuk 2022-11-12 00:50:38 +03:00
parent cc3e319da3
commit 2afe3ff92d
19 changed files with 20 additions and 20 deletions

View file

@ -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')