Update tvarenasport.hr.config.js

This commit is contained in:
Aleksandr Statciuk 2022-03-23 11:43:21 +03:00
parent 763fcc41ed
commit 180f001430

View file

@ -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')}`
},