From 180f0014300cf7d86d3029a68008755545a1f104 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 23 Mar 2022 11:43:21 +0300 Subject: [PATCH] Update tvarenasport.hr.config.js --- sites/tvarenasport.hr/tvarenasport.hr.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/tvarenasport.hr/tvarenasport.hr.config.js b/sites/tvarenasport.hr/tvarenasport.hr.config.js index f70bf471..b2518d4f 100644 --- a/sites/tvarenasport.hr/tvarenasport.hr.config.js +++ b/sites/tvarenasport.hr/tvarenasport.hr.config.js @@ -3,6 +3,7 @@ const dayjs = require('dayjs') module.exports = { site: 'tvarenasport.hr', + ignore: true, // there is no current program on the website url: function ({ channel, date }) { return `https://www.tvarenasport.hr/api/schedule?date=${date.format('DD-MM-YYYY')}` },