From 8670d0f2f78606b3d8d3950af846335088df16f5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 19 Apr 2022 19:55:05 +0300 Subject: [PATCH] Update tvgid.ua.config.js --- sites/tvgid.ua/tvgid.ua.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/tvgid.ua/tvgid.ua.config.js b/sites/tvgid.ua/tvgid.ua.config.js index 2e5f1ee9..e2b4a136 100644 --- a/sites/tvgid.ua/tvgid.ua.config.js +++ b/sites/tvgid.ua/tvgid.ua.config.js @@ -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/` },