Update tvgid.ua.config.js

This commit is contained in:
Aleksandr Statciuk 2022-04-19 19:55:05 +03:00
parent c32603a832
commit 8670d0f2f7

View file

@ -11,6 +11,7 @@ dayjs.extend(customParseFormat)
module.exports = {
site: 'tvgid.ua',
ignore: 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/`
},