Update hd-plus.de.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:32:55 +03:00
parent 4a428c1c1c
commit d83b109a6c

View file

@ -10,11 +10,8 @@ dayjs.extend(timezone)
dayjs.extend(customParseFormat) dayjs.extend(customParseFormat)
module.exports = { module.exports = {
lang: 'de',
days: 3, days: 3,
site: 'hd-plus.de', site: 'hd-plus.de',
channels: 'hd-plus.de.channels.xml',
output: '.gh-pages/guides/hd-plus.de.guide.xml',
url({ date, channel }) { url({ date, channel }) {
const today = dayjs().utc().startOf('d') const today = dayjs().utc().startOf('d')
const day = date.diff(today, 'd') const day = date.diff(today, 'd')