Rename config.ignore to config.skip
This commit is contained in:
@@ -11,7 +11,7 @@ dayjs.extend(customParseFormat)
|
||||
|
||||
module.exports = {
|
||||
site: 'tvgid.ua',
|
||||
ignore: true, // NOTE: the current program is not currently available on the website
|
||||
skip: true, // NOTE: the current program is not currently available on the website
|
||||
url: function ({ date, channel }) {
|
||||
return `https://tvgid.ua/channels/${channel.site_id}/${date.format('DDMMYYYY')}/tmall/`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user